Re: [Q] Convert PixMapHandle to NSBitmapImageRep

2009-03-25 Thread Eric Gorr
On Mar 24, 2009, at 6:12 PM, Eric Gorr wrote: On Mar 24, 2009, at 6:04 PM, Quincey Morris wrote: On Mar 24, 2009, at 14:48, Eric Gorr wrote: While I should be able to use: - (id)initWithBitmapDataPlanes:(unsigned char **)planes pixelsWide: (NSInteger)widthpixelsHigh:(NSInteger)height bit

Re: [Q] Convert PixMapHandle to NSBitmapImageRep

2009-03-24 Thread Michael Ash
On Tue, Mar 24, 2009 at 6:12 PM, Eric Gorr wrote: > > On Mar 24, 2009, at 6:04 PM, Quincey Morris wrote: > >> On Mar 24, 2009, at 14:48, Eric Gorr wrote: >> >>> While I should be able to use: >>> >>> - (id)initWithBitmapDataPlanes:(unsigned char **)planes >>> pixelsWide:(NSInteger)widthpixelsHigh:

Re: [Q] Convert PixMapHandle to NSBitmapImageRep

2009-03-24 Thread Eric Gorr
On Mar 24, 2009, at 6:04 PM, Quincey Morris wrote: On Mar 24, 2009, at 14:48, Eric Gorr wrote: While I should be able to use: - (id)initWithBitmapDataPlanes:(unsigned char **)planes pixelsWide: (NSInteger)widthpixelsHigh:(NSInteger)height bitsPerSample: (NSInteger)bps samplesPerPixel:(NSIn

Re: [Q] Convert PixMapHandle to NSBitmapImageRep

2009-03-24 Thread Quincey Morris
On Mar 24, 2009, at 14:48, Eric Gorr wrote: While I should be able to use: - (id)initWithBitmapDataPlanes:(unsigned char **)planes pixelsWide: (NSInteger)widthpixelsHigh:(NSInteger)height bitsPerSample: (NSInteger)bps samplesPerPixel:(NSInteger)spphasAlpha:(BOOL)alpha isPlanar:(BOOL)isPlana

[Q] Convert PixMapHandle to NSBitmapImageRep

2009-03-24 Thread Eric Gorr
While I should be able to use: - (id)initWithBitmapDataPlanes:(unsigned char **)planes pixelsWide: (NSInteger)widthpixelsHigh:(NSInteger)height bitsPerSample: (NSInteger)bps samplesPerPixel:(NSInteger)spphasAlpha:(BOOL)alpha isPlanar:(BOOL)isPlanar colorSpaceName:(NSString *)colorSpaceNameb