T O P I C R E V I E W |
izaque |
Posted - Apr 06 2015 : 13:30:53 I'm trying to save a file loaded as tiff with the following line: ImgMulti.MIO.Params [0] .SaveToFile ('c: \ test.tiff');
But the file size is less than the uploaded file, and view the "test.tiff" there is nothing to see. What was wrong?
Version: ImageEn_4.3.0_76371 |
2 L A T E S T R E P L I E S (Newest First) |
izaque |
Posted - Apr 07 2015 : 05:04:02 thank you so very much! |
xequte |
Posted - Apr 06 2015 : 16:00:45 Hi
You are calling:
MIO.Params [0] .SaveToFile
I.e you are saving only the parameters of the image.
Either call MIO.SaveToFile to save all frames in the ImageEnMView as a TIFF, or get the image of a certain index and write that to file (for only a one frame image).
Nigel Xequte Software www.xequte.com nigel@xequte.com
|