RE: NSImageView PICTRepresentation?
RE: NSImageView PICTRepresentation?
- Subject: RE: NSImageView PICTRepresentation?
- From: George Lawrence Storm <email@hidden>
- Date: Sun, 10 Oct 2004 02:26:46 -0700
There is a much simpler way to create a NSPICTImageRep:
<snip>
[sender setData:[theRep TIFFRepresentation] forType:type];
}
There you are. You can now read data of type NSPICTPboardType from
the pastBoard.
The pasteBoard did the conversion from TIFF to PICT for you.
I am confused, based on your placing the data returned from
-TIFFRepresentation: how are you returning PICT data?
I have read a fair amount on moving from PICT to PDF & other formats
but not much on converting to PICT from other formats and nothing about
automatic conversion using the pasteboard. Can someone please point me
to the appropriate documentation.?
-----
George Lawrence Storm
Macintosh Applications Development
Snohomish (Seattle), Washington
E-mail: <email@hidden>
_______________________________________________
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