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.
|
|
|