hnvn / flutter_image_cropper

A Flutter plugin for Android and iOS supports cropping images
994 stars 392 forks source link

How to keep crop ration when rotate image in ios #289

Open taluan opened 2 years ago

taluan commented 2 years ago

I'm using this library for profile pictures and it would be nice if the ratio did not rotate with picture. So when I fix it to 3:4 and rotate the picture it remains at 3:4 and not 4:3.

Kyanki commented 2 years ago

I too would like to see this fixed. I'm looking for a way to rotate only the image while keeping the aspect ratio fixed!