I have an NSBitmapImageRep with floating-point data samples. When I
attempt to display it, I get all white. Using the same code with 8-bit
integer samples works fine. Could anyone enlighten me as to what I am
doing wrong?
Code to create the image rep:
NSBitmapFormat format = NSAlphaFirstBitmapFormat |
NSFloatingPointSamplesBitmapFormat;
bitsPerSample = 32;
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden