Re: NSImageView PICTRepresentation?
Re: NSImageView PICTRepresentation?
- Subject: Re: NSImageView PICTRepresentation?
- From: "R. Scott Thompson" <email@hidden>
- Date: Fri, 8 Oct 2004 10:54:01 -0500
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.
Bascially, what you would end up doing is putting the pixels into a
GWorld, Asking the GWorld to record a picture, and then using CopyBits
to copy the pixels back on top of themselves.
Another way to do it would be to get the pixels and ask QuickTime to
export a PICT image of those pixels for you.
Scott
--
Macintosh Software Engineering Consulting Services
Visit my resume at <
http://homepage.mac.com/easco/RSTResume.html>
_______________________________________________
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