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
 How to load .IEN format file keeping...

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
yogiyang Posted - Oct 29 2020 : 07:14:17
Hello,

I have a need to load .IEN and .LYR files but keeping all existing layers in IE intact.

How can I do this?

In case of PSD I am able to set following to load all layers in PSD file keeping intact existing layers:
ImageEnView1.IO.Params.PSD_LoadLayers := true;
ImageEnView1.IO.Params.PSD_ReplaceLayers := false;


Is there something like this available in case of .IEN and .LYR files?

TIA


Yogi Yang
2   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Oct 29 2020 : 23:47:28
Hi Yogi

To append layers from a file onto the existing layers, use the Append parameter of LoadFromFileIEN.

See the examples at:

https://www.imageen.com/help/TImageEnIO.LoadFromFileIEN.html

Nigel
Xequte Software
www.imageen.com
yogiyang Posted - Oct 29 2020 : 07:18:39
Hello,

I forgot to mention I am using ImageEnView1.IO.LoadFromFileAuto to load all files.

TIA


Yogi Yang