flutter_image_cropper icon indicating copy to clipboard operation
flutter_image_cropper copied to clipboard

How to keep crop ration when rotate image in ios

Open taluan opened this issue 3 years ago • 1 comments

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.

  • in Android it work ok, but when rotate image in ios with should be keep crop ration
  • I've found issue in ios lib. https://github.com/TimOliver/TOCropViewController/issues/51

taluan avatar Nov 07 '21 09:11 taluan

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!

Kyanki avatar Dec 30 '21 13:12 Kyanki