Disable or Ignore EXIF based image rotation in Android
basilkurianmb opened this issue · 2 comments
basilkurianmb commented
There is an image that is loaded from a url that has some EXIF information(Orientation - Rotate 90 CW). In iOS, the image is showing as expected but in Android the image is displayed 90 degree clockwise rotated. While searching, I found this link and I'm assuming for Android EXIF based rotations are implemented as part of the latest updates.
I'm using the Xamarin.FFImageLoading.Forms" with Version="2.4.11.982"
Could you suggest some way to disable or ignore those EXIF data in Android(i.e If I don't require to honour those EXIF data in Android)?
Thanks
kubalobacz commented
Hey. @basilkurianmb
Did you manage to figure out something?
basilkurianmb commented
Unfortunately no.. @kubalobacz