Stitch images vertically
Posted: 2018-05-31T20:30:17-07:00
Hi and good day,
I would like to use ImageMagick to perform stitching of images (around 15-20 images) vertically, using the coordinates. I am wondering if it's possible to do that? We already got the coordinate that we need to put for each images (and they need to overlay a little bit on top of each other)
I noticed in command line options page ; http://www.imagemagick.org/script/comma ... ptions.php, we can use append, however, if I specified all images in the folder (around 7MB for each file, with dimension of 5280x3956), it will prompt error:
convert: Maximum supported image dimension is 65500 pixels `out.jpg' @ error/jpeg.c/JPEGErrorHandler/332
after running following command:
convert -append *.jpg out.jpg
If we stitch those images manually in Photoshop, the final dimension would be 6000x61900.
Thank you in advance, sorry for the lengthy post.
I would like to use ImageMagick to perform stitching of images (around 15-20 images) vertically, using the coordinates. I am wondering if it's possible to do that? We already got the coordinate that we need to put for each images (and they need to overlay a little bit on top of each other)
I noticed in command line options page ; http://www.imagemagick.org/script/comma ... ptions.php, we can use append, however, if I specified all images in the folder (around 7MB for each file, with dimension of 5280x3956), it will prompt error:
convert: Maximum supported image dimension is 65500 pixels `out.jpg' @ error/jpeg.c/JPEGErrorHandler/332
after running following command:
convert -append *.jpg out.jpg
If we stitch those images manually in Photoshop, the final dimension would be 6000x61900.
Thank you in advance, sorry for the lengthy post.