-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export image source (editable version of image #345
Comments
It is indeed, there is no such functionality yet! |
Maybe at this point you should use a tool such as gimp or krita? Saving such source means inventing an image format to store all the objects added to the image, which is a poor interop with any other image editing software. What's worse, we would need to care about back compatibility of this format between versions of shutter, making fixes of issues such as #343 harder, because behavior of tools can change over time, and without supporting both behaviors the image you loaded in new version is not the same image you saved in old version. |
I agree - it's good to draw the line here to ease maintenance load. There's only so much manpower. |
Agreed. So, that's a "won't fix", I guess? |
Perhaps unless someone implements it? |
Let's say out of scope. |
technically one could go and simply "store the undo buffer" and the original image, and upon processing simply execute (/redo) the buffer stored in a separate file. |
In the mean time I figured out that the SVG export in the drawing tool does exactly what is requested here, see also #449 (comment) Only the undo history is not saved this way, but the elements added in the drawing tool remain editable. What is still missing though is the SVG import, so the elements can only be further edited in tools like Inkscape, not in the drawing tool itself. |
Hello, I'm very new to the tool, but already found it very useful, thank you so much!
I faced the issue when I added some text to the picture and then saved it, edit window closed and after I reopened it I do not see anymore options to edit text I have entered in the beginning. Seems like I have saved an image of the edited object. Okay, my fault, no problem, but I do not see any option to export fully editable source image with all the possibilities to select text, arrows etc after saving/exporting to any of observable options. Briefly scrolling web page/google didn't find an answer. So probably it's feature request.
Thanks in advance!
The text was updated successfully, but these errors were encountered: