lykhonis / image_crop

A flutter plugin to crop image on iOS and Android.
Apache License 2.0
328 stars 202 forks source link

Cropped image not perfect square with aspect ratio of 1 #62

Closed zepfietje closed 1 year ago

zepfietje commented 3 years ago

When cropping an image using aspectRatio: 1, the cropped image sometimes has a width that's 1px larger than its height.

Do you have any idea what's the cause of this bug, and if it's something we can fix in this package?