Viewing a UIImageJPEGRepresentation image on the desktop
Viewing a UIImageJPEGRepresentation image on the desktop
- Subject: Viewing a UIImageJPEGRepresentation image on the desktop
- From: The Grand Poohbah <email@hidden>
- Date: Thu, 22 Oct 2009 14:38:53 -0700
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 (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