-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
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.
And the example code.
let loader = 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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels