Re: UIImagePickerController and 48-bit photos
Re: UIImagePickerController and 48-bit photos
- Subject: Re: UIImagePickerController and 48-bit photos
- From: Vince DeMarco <email@hidden>
- Date: Tue, 15 Jan 2019 12:21:54 -0800
> On Jan 15, 2019, at 12:08 PM, Carl Hoefs <email@hidden>
> wrote:
>
> I've been tasked with scoping out creating an iPhone app that processes
> "48-bit" images or photos on the newer iPhones. (I unfortunately don't have a
> "newer" iPhone yet to try this out.)
>
> Questions:
>
> - Does the UIImagePickerController paradigm work transparently for such
> images, as it does for normal images?
> - Is there a framework for manipulating such images? AVFoundation?
> - Are such 48-bit images/photos in RAW format? TIFF format?
Once again it should be ImageIO that will deal with all of these images.
ImageIO can read Raw images, i don't know what 48bit images are but if you can
read them on the mac in Preview, that means imageIO can read them and can read
them on an iOS device
Vince
> Thanks,
> -Carl
>
>
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden