How to merge the Two images

Hi,

i attached code for merge two image MergeImage.xaml (13.8 KB)

Hope this information is helpful

8 Likes

@amaresan

very use full information

Hi How can i merge more than two images. i have to merge 7 images

@Srinivasa

sorry for late reply

U can add two,two image using above xaml otherwise use below xaml . it allow you to add N number of image at a time

for that you have to pass argument image paths by comma separated.
Argument name(Str_imagePaths)

Notes: (you can join vertical /horizantal wise)

MergeImage.xaml (22.4 KB)

@claudiojody


1.str_imagePaths arguments : Give your all images paths with comma separated (Which are all you want to merge)
ex: “C:\one.png,c:\new\two.jpg,D;\new\three.png

  1. Str_FinalImagePath : give your output image path which location you want to store
    ex: D:\output\mergeimage.png

  2. blnHorizantalJoinImage : If you want to join Horizantal then Give true and make false blnVericaljoin image

4.blnVericaljoin image : If you want to join vertical then Give true and make false blnHorizantalJoinImage

just it. I hope it make you clear…

Thanks you!!!

11 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.