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
 TImageEnVect save

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
AndyColmes Posted - Oct 16 2018 : 03:39:09
Is it possible to save everything in a TImageEnVect, especially the layers? I know that I can save the objects like annotations, but I was wondering if I could save the state of a TImageEnVect so I can reload the images in the layers and their positions.

I have tried saving the layers into image files, but when I reload it back, it loses the positions.

Thanks for any help.

Andy
2   L A T E S T    R E P L I E S    (Newest First)
AndyColmes Posted - Oct 16 2018 : 05:58:17
Hi Nigel,

Thank you for the tip. That helped a lot.

Andy
xequte Posted - Oct 16 2018 : 04:13:37
Hi Andy

We are moving away from the older TImageEnVect object, in favor of the newer TImageEnView layers. You generally do not use both in the same project. Please see:

https://www.imageen.com/help/TImageEnVect%20vs%20TIELayers.html


To save both layers and objects you should probably use two files and save using:
TImageEnVect.SaveToFileIEV()
TImageEnView.IO.SaveToFileIEN()

TImageEnView.IO.LoadFromFileIEN()
TImageEnVect.LoadFromFileIEV()

Nigel
Xequte Software
www.imageen.com