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
 Merge two JPG images into one

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
BMurdoch Posted - Mar 12 2014 : 16:30:29
I have two JPG images that I need to merge into one large image, by appending the second image below the first. How can I do this using ImageEN?

Thank you.
2   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Mar 16 2014 : 13:12:14
Hi

Why not load both JPEGs into TIEBitmaps, resize one of the IEBitmaps, and use a copy method to merge the content:

http://www.imageen.com/help/TIEBitmap.html


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
spetric Posted - Mar 15 2014 : 03:56:21
Didn't try it, but I think that LayersInsert method would do the task.
So, if you have only one image in ImageEnView, it's in layer 0.

LayersInsert(0) will create (I hope so) a new 0 layer and original image
will be in layer 1. Then, assign second image to layer number 0.