I need to examine an image that was stored in a property list as a NSData UIImageJPEGRepresentation. The property list is a plist file that is sent to me from an iPhone as an email attachment. The image is a "Data" class item in the property list and stored as a long series of hex bytes. I could view the image on an iPhone because that's how the image was created in the first place (I wrote it), but I'd much rather view it directly on my OS X Mac hardware.

Is there a way in OS X to view an image that was stored as a NSData UIImageJPEGRepresentation?

_______________________________________________

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

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

Reply via email to