You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: