Re: NSBitmapImageRep from file
Re: NSBitmapImageRep from file
- Subject: Re: NSBitmapImageRep from file
- From: Matt Judy <email@hidden>
- Date: Sun, 06 Jan 2002 13:39:34 -0800
Oh, and then create your image from the image rep, instead of the other
way around.
NSImage *myimage;
[myImage addRepresentation:fooBitmapImageRep]
--Matt Judy