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
 SaveToStreamTIFF
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

holloscs

Hungary
5 Posts

Posted - May 15 2012 :  02:32:11  Show Profile  Reply
TImageEnMIO.SaveToStreamTIFF does`t work with SaveSelected optimal parameter.

ImageEnMIO1.MIO.SaveToStreamTIFF(aStm, true);

the stream size allways is 0.

Version: 3.1.2, Delphi 2007

fab

1310 Posts

Posted - May 15 2012 :  12:34:45  Show Profile  Reply
Please look at this topic:

http://www.imageen.com/ieforum/topic.asp?TOPIC_ID=445

This should work:

ImageEnMView1.EnableMultiSelect := true; // if not already set at design-time
ImageEnMView1.MultiSelecting := true;
ImageEnMView1.SelectedImage := 0;
ImageEnMView1.MultiSelecting := false;
ImageEnMView1.MIO.SaveToStreamTIFF(aStm, true);
Go to Top of Page

holloscs

Hungary
5 Posts

Posted - May 16 2012 :  00:33:34  Show Profile  Reply
Thanks! Work it.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: