Re: Data Image View
Re: Data Image View
- Subject: Re: Data Image View
- From: Chuck Pisula <email@hidden>
- Date: Mon, 30 Apr 2001 17:07:38 -0700
I'm not sure I understand the question, but if you are talking about
some sort of data visualization, you might want to look at
NSBitmapImageRep, and feed it data in a format that it can use as an
image. For example, you might have to normalize your values to a
0...255 range or something like that, and specify to the bitmap your
your data is arranged, row bytes, etc..
-chuck
On Monday, April 30, 2001, at 04:30 PM, reza wrote:
Hi,
I would like to create an image view from a two dimensional
array of numerical data. What is the best way to do this using
Cocoa ?
Reza
_______________________________________________
cocoa-dev mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/cocoa-dev