ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 ImageEnMView SaveToFile
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

izaque

Brazil
95 Posts

Posted - Apr 06 2015 :  13:30:53  Show Profile  Reply
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

xequte

38510 Posts

Posted - Apr 06 2015 :  16:00:45  Show Profile  Reply
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
Go to Top of Page

izaque

Brazil
95 Posts

Posted - Apr 07 2015 :  05:04:02  Show Profile  Reply
thank you so very much!
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: