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
letloader=ImageLoader(imageURL: fileItem.url, thumbnailScheme:ImageLoader.ThumbnailScheme.decodeFullImage)let(ciImage, metadata)=try loader.loadCIImage(options:ImageLoadingOptions(allowDraftMode: true), cancelled:nil)// On iOS, the line above throws the exception "Failed to decode image at [...]" while it completes correctly on macOS.
Thank you!
The text was updated successfully, but these errors were encountered:
Hi! Thank you for the great work!
Did you notice by any chance that Sony ARW photos are not getting processed on iOS? (The same exact snippet working on macOS M1).
I'm joining an example image.
sony_a7s_iii_20.arw.zip
And the example code.
Thank you!
The text was updated successfully, but these errors were encountered: