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
 LayersMergeAll Problem?

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
supersk Posted - May 12 2020 : 21:13:52
For merging the layers into background image.I used code as follow:
ImgEnMain->LayersMergeAll(true);
The layers will automatically align to the top left corner of the image. for example:

org:


merged:

but, when you changed the para to false:
ImgEnMain->LayersMergeAll(false);
the merged image will be same as org. Why#65311;
And, when you select two(or more) layers, and using code:
ImgEnMain->LayersMerge();
It will also align to the top left corner of the image.How to prevent it?
My ImageEN Version is 9.0
3   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - May 13 2020 : 19:27:09
Hi

Thanks, that is fixed in an earlier beta. Please email me for it.

Nigel
Xequte Software
www.imageen.com
supersk Posted - May 13 2020 : 03:01:24

Here sample code
attach/supersk/2020513307_mergesample.zip
7.87 KB

Using ImgEnMain->LayersMergeAll(true) and ImgEnMain->LayersMergeAll(false)#65292; Layers have different position.
xequte Posted - May 13 2020 : 00:35:15
Hi

I cannot reproduce that in 9.0.1 beta. Does it occur in any of our demos? If so, please give me the exact steps to reproduce it.

Nigel
Xequte Software
www.imageen.com