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
 burn annotations to image
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

jcodez

4 Posts

Posted - Nov 16 2011 :  08:27:01  Show Profile  Reply
Is it possible to burn the annotations to an image, making it a part of the image i self as if you edited the image? Thanks.

fab

1310 Posts

Posted - Nov 16 2011 :  10:48:18  Show Profile  Reply
Yes, it is possible. Look at CopyObjectsToBack method.
Example:
// Saves background image and vectorial objects in a jpeg file
ImageEnVect1.CopyObjectsToBack(true);
ImageEnVect1.RemoveAllObjects;
ImageEnVect1.IO.SaveToFile('output.jpg');


Of course the background image must have the right sizes.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: