NSBitmapImageRep and Inconsistent set of values
NSBitmapImageRep and Inconsistent set of values
- Subject: NSBitmapImageRep and Inconsistent set of values
- From: Matt Handley <email@hidden>
- Date: Wed, 13 Nov 2002 20:25:53 -0600
Under what conditions would
[[NSBitmapImageRep alloc] initWithBitmapDataPlanes:temp pixelsWide:pW
pixelsHigh:pH bitsPerSample:16 samplesPerPixel:1 hasAlpha:NO
isPlanar:NO colorSpaceName:NSCalibratedRGBColorSpace bytesPerRow:0
bitsPerPixel:16];
print Inconsistent set of values to create NSBitmapImageRep to the
console?
I'm trying to create a bitmap image rep of a 16-bit grayscale image, so
that temp is just an array of a single pointer to my data.
Matt
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.