From c array to NSImage
From c array to NSImage
- Subject: From c array to NSImage
- From: Bill Prinzmetal <email@hidden>
- Date: Wed, 11 Jun 2008 13:50:00 -0700
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 (email@hidden)
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:
This email sent to email@hidden