Home
Features
Demos
Store
Forum
Support
ImageEn Forum
Profile
Join
Active Topics
Forum FAQ
Search
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
Topic
holloscs
Hungary
5 Posts
Posted - May 15 2012 : 02:32:11
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
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);
holloscs
Hungary
5 Posts
Posted - May 16 2012 : 00:33:34
Thanks! Work it.
Topic
New Topic
Reply to Topic
Jump To:
Select Forum
ImageEn Library for Delphi, C++ and .Net
ImageEn and IEvolution Support Forum
--------------------
Home
Active Topics
Frequently Asked Questions
Member Information
Search Page