NSBitmapImageRep compression...
NSBitmapImageRep compression...
- Subject: NSBitmapImageRep compression...
- From: Kyle Mandli <email@hidden>
- Date: Fri, 24 Aug 2001 10:52:56 -0500
I need to save a NSBitmapImageRep (actually an NSImage) as a JPEG, TIFF,
GIFF and anything else I can get out of it. I figured out how to get it
to create a NSData object and save that but I was wondering what the
explanations of the compression types meant. For NSTIFFCompressionJPEG
it says it isn't supported for input/output. It seems to work fine but
this is really confusing. Does anyone have any idea what that note
means or should I just ignore it and chalk it up to documentation being
a little behind?
Kyle