Re: UIImagePickerController and 48-bit photos

2019-01-15 Thread Vince DeMarco



> On Jan 15, 2019, at 12:08 PM, Carl Hoefs  
> 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 (Cocoa-dev@lists.apple.com)
> 
> 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:
> https://lists.apple.com/mailman/options/cocoa-dev/demarco%40apple.com
> 
> This email sent to dema...@apple.com

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


UIImagePickerController and 48-bit photos

2019-01-15 Thread Carl Hoefs
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?

Thanks,
-Carl


___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com