Storing an NSImage File
Storing an NSImage File
- Subject: Storing an NSImage File
- From: Gordon Apple <email@hidden>
- Date: Fri, 02 Aug 2013 11:23:13 -0500
- Thread-topic: Storing an NSImage File
I have a need to store an NSImage (possibly from a pasteboard) as standard
file type. As a last resort, I just archive the NSImage as a private type,
I have figured out how to recognize a NSPDFImageRep and store as a .pdf,
which I need because of certain metadata which needs to be preserved. But
what about NSBitmapImageRep. Is a bitmap just a bitmap, regardless of the
original source type? If I canĀ¹t get the original type, is TIFF the most
robust format for bitmap file storage? With
representationUsingType:properties, do I need to include the properties to
get a well formed (and usable) tiff file?
_______________________________________________
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