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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 ImageEnMView SaveToFile

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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