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
 Save an image with markers
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

henkb

Netherlands
1 Posts

Posted - Jun 09 2018 :  12:06:19  Show Profile  Reply
Hello,
How can I safe a Image that I did alter with the Marker demo?
I want to safe it with the markers.

Preferable in a Blobfield in a NexusDB

thanks
Henk


hb

xequte

38191 Posts

Posted - Jun 10 2018 :  19:31:19  Show Profile  Reply
Hi Henk

The marker demo uses vector objects (from the legacy TImageEnVect), so to save them together with an image you need to use:

https://www.imageen.com/help/TImageEnVect.SaveToFileAll.html

Or if saving to a blob stream, SaveToStreamAll:

https://www.imageen.com/help/TImageEnVect.SaveToStreamAll.html


The other option is to save to a JPEG or TIFF file and store the objects in the meta-data:

Wang Annotations (supported by some other applications):
https://www.imageen.com/help/TIOParams.ImagingAnnot.html

ImageEn Annotations (supported only by ImageEn):
https://www.imageen.com/help/TIOParams.ImageEnAnnot.html


But if you are starting a new application, you should use the Layer functionality of TImageEnView, rather than TImageEnView objects:

https://www.imageen.com/help/TIELayer.html


Nigel
Xequte Software
www.imageen.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: