RE: NSImageView PICTRepresentation?
RE: NSImageView PICTRepresentation?
- Subject: RE: NSImageView PICTRepresentation?
- From: Robert Clair <email@hidden>
- Date: Fri, 8 Oct 2004 11:39:17 -0400
Unlike TIFFRepresentation which is part of both NSImage and
NSBitmapImageRep, PICTRepresentation is only part of NSPICTImageRep.
How can access it so I can get a copy of my PICT data?
That's your problem right there - you don't *have* any PICT data.
- [NSPICTImageRep PICTRepresentation] will only return you the data from
an NSPICTImageRep that was created from a PICT in the first place.
Baring that, the only way (at least that I know) to get PICT data would
be
to get the bitmap pixels directly and then use Quickdraw to make a PICT
with that
data. Of how to do that, I remain cheerfully innocent.
Bob Clair
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden