Re: want to convert an array to image in gray scale

2004-03-30 Thread Jeremy Braden
I am not sure what you are doing. Can you post a simple example program?

Re: want to convert an array to image in gray scale

2004-03-30 Thread Jeremy Braden
I am not sure what you are doing. Can you post a simple example program?

want to convert an array to image in gray scale

2004-03-30 Thread sathya
i have an image that i have read into the vi. using the draw unflattened pixmap , i have an array of numbers .after some mathematical computations on the array i should be able to convert the array back to the image. how can i convert from array to image.and then from image to gray scale?

want to convert an array to image in gray scale

2004-03-30 Thread sathya
i have an image that i have read into the vi. using the draw unflattened pixmap , i have an array of numbers .after some mathematical computations on the array i should be able to convert the array back to the image. how can i convert from array to image.