I would like to create an NSImage starting from a c array. I have a c array, e.g.,

float myArray[256][256];

Where the values go from 0.0 (will be black) to 1.0 (will be white)
I would like to may a gray level image [NSImage] from this array. I have no idea of how to begin.
Thanks.
--

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to