Skip to content
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

Is there a way to save the modifications made to an image, but not the result image itself? #556

Open
williankl opened this issue May 14, 2024 · 2 comments

Comments

@williankl
Copy link

Here is the idea, I want to be able to edit the photo in one session, close and come back to continue editing the image later.
For example, add some lines with the brush on the first session, close the app, come back and use the eraser some of the lines I added in the first session.
Is there any way I can store the changes I have made to the image and reapply them once the editing session starts again?

@burhanrashid52
Copy link
Owner

burhanrashid52 commented May 20, 2024

I think you are looking for #26 and #119

@williankl
Copy link
Author

@burhanrashid52 the intent is not to save it, therefore it is not needed to have a persistence system. What I am looking for is to access somehow (in runtime) the information about what was written. I fiddled around within the code and found a Stack that handles the undo/redo actions. That is unfortunately internal. What is needed here is that to be public or have another way of retrieving the info inside this stack and a way to initialize theses stacks with already prepopulated values.

That would solve all these issues IMO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants