-
-
Notifications
You must be signed in to change notification settings - Fork 506
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
Call needCrop action on change crop area #317
Comments
i will add in next version |
zmtzawqlp
added a commit
that referenced
this issue
Mar 24, 2021
1. we cache raw image pixels as default behavior at previous versions, it's not good for heap memory usage. so add [ExtendedImageProvider.cacheRawData] to support whether should cache the raw image pixels. It's [false] now. * Improve: 1. add [ExtendedResizeImage] to support resize image more convenient. 2. add [ExtendedImageProvider.imageCacheName] to support custom ImageCache to store ExtendedImageProvider. 3. add MemoryUsageDemo. #315 * Issues: 1. fix issue that [EditorConfig.editActionDetailsIsChanged] is not fire when change crop area. #317
zmtzawqlp
added a commit
that referenced
this issue
Mar 24, 2021
* Breaking change: 1. we cache raw image pixels as default behavior at previous versions, it's not good for heap memory usage. so add [ExtendedImageProvider.cacheRawData] to support whether should cache the raw image pixels. It's [false] now. * Improve: 1. add [ExtendedResizeImage] to support resize image more convenient. 2. add [ExtendedImageProvider.imageCacheName] to support custom ImageCache to store ExtendedImageProvider. 3. add MemoryUsageDemo. #315 * Issues: 1. fix issue that [EditorConfig.editActionDetailsIsChanged] is not fire when change crop area. #317
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
needCrop action only fire when image move,
is it possible get cropped image when crop area change, (not moved) (with corners handles)
The text was updated successfully, but these errors were encountered: