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

[How to use] How to save and restore scale and offset adjustments in ExtendedImage? #725

Open
codeshong opened this issue Dec 31, 2024 · 2 comments

Comments

@codeshong
Copy link

Platforms

dart

Description

Hello, Is it possible to save the information about the scale and position(offset) adjustments made by the user before cropping an image? Additionally, is there a way to apply the saved information(scale, offset) when reloading the image later?

I want to display the user's previous edits when they reopen the image for further adjustments.

Thank you in advance.

My code

No response

Try do it

No response

@zmtzawqlp
Copy link
Member

you can get current EditActionDetails

List<EditActionDetails> get history =>

@codeshong
Copy link
Author

I'll check that value. Thank you☺️

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