lykhonis / image_crop

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

How to get coordinates of cropped area? #65

Open ameeee opened 3 years ago

ameeee commented 3 years ago

I would like to get the rectangles height, width, and topLeft coordinate relative to the image picked. So not the height or width of the crop square.. How can I do this??

Any help is appreciated!