-
Notifications
You must be signed in to change notification settings - Fork 40
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
Crop bug if Ratio width < height #52
Comments
Hello, @Z6P0 Please do changes in that file and check
replace below code at the end , It will definitely works, I made changes in cropSizeHeight, cropSizeWidth parameter according to aspect ratio final double cropSizeWidth; Thanks |
Also face the same issue |
@TarasBounty , Please check my answer, It will help you as i faced it and solve |
@RockyPanchal Thanks, I saw it. Hope @ikbendewilliam will fix it in the next package release and we can use it without a "fork workaround" |
Currently we are very busy with projects, if you have a fork with a fix, please create a PR so we can have this fix available for everyone :-) |
|
I tested with
ratio: Ratio(width: 2, height: 3)
and the cropped image does not match.It works with square and width > height.
The text was updated successfully, but these errors were encountered: