We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While zoom the image to a larger proportion, crop image error, a platform exception thrown. (iOS is ok) Error info
Could crop image:
Could not crop image:
code:
final editOptions = ImageEditorOption(); editOptions.addOption( ClipOption.fromRect( imageToCrop.cropSection, ), ); editOptions.addOption( ScaleOption(570, 570), ); editOptions.addOption( ClipOption(width: 500, height: 500), newGroup: true, ); final croppedImage = await ImageEditor.editImage( image: imageToCrop.imageBytes, imageEditorOption: editOptions, );
The text was updated successfully, but these errors were encountered:
width & height is conflict with the zoom actions on android platform, I have remove the ClipOption Temporary fixed it.
Sorry, something went wrong.
Sorry for a long time no reply, do you mean you need to use this library to enlarge your pictures?
No branches or pull requests
While zoom the image to a larger proportion, crop image error, a platform exception thrown. (iOS is ok)
Error info
Could crop image:
Could not crop image:
code:
The text was updated successfully, but these errors were encountered: