colorspace for grayscale images
colorspace for grayscale images
- Subject: colorspace for grayscale images
- From: Damien Pacaud <email@hidden>
- Date: Mon, 1 Sep 2003 17:18:33 +0200
hi,
I have a grayscale image in memory as pixel data...
every pixel is stored on 8 bits.
I created an NSBitmapImageRep to display the image...and inited it with
:
initWithBitmapDataPlanes:pixelsWide:pixelsHigh:bitsPerSample:samplesPerP
ixel:hasAlpha:isPlanar:colorSpaceName:bytesPerRow:bitsPerPixel:
my problem is : what colorspace should I use ?
I tried all of them but none seem to be able to display my image...
do I have to create a new one and if so, hw do I do this ?
Thanks for any answer
Damien
_______________________________________________
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.