Re: From c array to NSImage
Re: From c array to NSImage
- Subject: Re: From c array to NSImage
- From: "Hamish Allan" <email@hidden>
- Date: Wed, 11 Jun 2008 22:00:20 +0100
On Wed, Jun 11, 2008 at 9:50 PM, Bill Prinzmetal <email@hidden> wrote:
> 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.
You could perhaps Google "NSImage", click on the second result, "Cocoa
Drawing Guide: Creating NSImage Objects", and look at the section
"Creating a Bitmap"...
Hamish
_______________________________________________
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