Page 1 of 1

merge many images.

Posted: Thu Sep 09, 2010 10:49 am
by Seeker
* sorry I can't English well...


I want to merge many images, but I can't find that command.

Instead, used watermark.


nconvert -out jpeg -o $/cc\%%.jpg -wmfile "image_1.png" -wmflag center -wmpos 0 0 -wmfile "image_2.png" -wmflag center -wmpos 0 0 "image_0.png"

but result is only (image_0 + image_2), not include image_1

because when there were same options, last of them would be work.
(I guess)


I want good method...

thanks.

Re: merge many images.

Posted: Fri Sep 10, 2010 4:57 am
by DOS386
Seeker wrote:I want to merge many images, but I can't find that command.
I want good method...
thanks.
There is AFAIK no such feature in NCONVERT (as of 5.75), and I miss it too (besides 8 bppc -> 16 bppc upgrade).

Re: merge many images.

Posted: Fri Sep 10, 2010 8:22 am
by xnview
It's a known issue with -wm, can only make add 1 watermark...