How to get .tif image from given intensities at pixel(x,y)?
Posted by Sasmita Rath on Jun 12, 2008; 5:40pm
URL: http://imagej.273.s1.nabble.com/How-to-get-tif-image-from-given-intensities-at-pixel-x-y-tp3695922.html
Hi All,
I need help in doing the following.
I'm writting a macro language program in which ,
I did setPixel(x, y, value); where (xmin=0,xmax=512,ymin=0,ymax=512)and values are different intensities i.e.1011,1001,1100 etc.......
I want to get a .tif image from these datas so that I can save the image and it should look similar to an imagej .tif image.Is it possible to do this?If yes how?
Please help.
Thanks.
Sasmita