trying to use montage to create 100x1
Posted: 2009-10-13T07:54:29-07:00
hello all,
i'm trying to create a horizontal strip of images that is 100x1 (100 images long by one deep) the images are in .gif format and are 420x315. think of it as a panoramic strip that stretches the length of the US. i realize that montage is mostly for thumbnails but i thought i would give it a try. if i use montage like so:
montage c:\myImages_0_[0-99].gif -mode Concatenate -tile 100x1 c:\final_image.gif
i get a strip that appears to be the right length but the the final image only inlcudes color information for the first 10 images and the remaining space after those images is just white space.
i then tried the following:
convert c:\myImages_0_[0-99].gif +append c:\final_image.gif
again, it cuts off after ten images but this time the final image is only the length of the 10 images, without the remaining white space.
seems as though 10 is the magic number for appending or concatenating
is there a way to append/concatenate more than 10 images horizontally? Am i reaching the limits of the file format? this is fairly new territory for me so i would appreciate an explanation on the matter.
i'm trying to create a horizontal strip of images that is 100x1 (100 images long by one deep) the images are in .gif format and are 420x315. think of it as a panoramic strip that stretches the length of the US. i realize that montage is mostly for thumbnails but i thought i would give it a try. if i use montage like so:
montage c:\myImages_0_[0-99].gif -mode Concatenate -tile 100x1 c:\final_image.gif
i get a strip that appears to be the right length but the the final image only inlcudes color information for the first 10 images and the remaining space after those images is just white space.
i then tried the following:
convert c:\myImages_0_[0-99].gif +append c:\final_image.gif
again, it cuts off after ten images but this time the final image is only the length of the 10 images, without the remaining white space.
seems as though 10 is the magic number for appending or concatenating
is there a way to append/concatenate more than 10 images horizontally? Am i reaching the limits of the file format? this is fairly new territory for me so i would appreciate an explanation on the matter.