merge many images.
Posted: Thu Sep 09, 2010 10:49 am
* 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.
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.