| Author |
Comment/Response |
Karsten Brauner
|
09/27/01 07:22am
I am trying to export binary data as tiff,but i´m getting no solution.
When importing tiff´s i´m taking the import command followed by a part command like
Picture=Import["c:\\folder\\picture.tif", "TIFF"];
Pic=Picture[[1,1]];
to get it pixel by pixel.
Getting an format of lists:
Pic={{1,2,3},{4,5,6}}
Do'in some image processing,and later trying to export the list as a tiff i´m getting in trouble.
I´ve tried to make a densityplot but it has given back only the "graphic" which was made from densityplot.
What i now need is a command which forms the list into a format which could be exported as a tiff file.Recursive to the Pic=Picture[[1,1]] command.
Thx a lot
K
URL: , |
|