Replies: 1 comment
-
I don't think it's possible to support this on iOS unfortunately. We use Skiko to decode the images on non-Android platforms and I don't think it supports ignoring EXIF transformations. If you control the server I'd try stripping the EXIF data on the server or pre-process out the EXIF data another way. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, i'm using ExifOrientationStrategy.IGNORE to ignore exif orientation when loading image, it works fine on android with compose multiplatform/coil 3, but it's not supported on iOS, do you have any recommendation to get a similar behavior on iOS?
Beta Was this translation helpful? Give feedback.
All reactions