Re: NSBitmapImageRep from file
Re: NSBitmapImageRep from file
- Subject: Re: NSBitmapImageRep from file
- From: Matt Judy <email@hidden>
- Date: Sun, 06 Jan 2002 13:36:31 -0800
Tommaso Pecorella wrote:
Hi, I have a problem.
I need to initialize a NSBitmapImageRep with the contents of a (generic)
image file.
Why not just use NSBitmapImageRep's initWithData: instead of
initWithBitmapDataPlanes:pixelsWide:pixelsHigh:bitsPerSample:samplesPerPixel:hasAlpha:isPlanar:colorSpaceName:bytesPerRow:bitsPerPixel:
?
--Matt Judy