- convert logo: 1.jpg
convert logo: 2.jpg
convert *.jpg -append -compress none logo.tif
Proper use of wildcards with -append option of convert
We believe the problem you are having has to do with a bug in the TIFF library for Zip compression. Setting the compression to none does not compress the image so it does not exercise the bug. Note this bug only seems to occur on Windows.
In general the only restrictions on image size is the amount of resources on your system. We have personally converted images as large as 250,000 by 250,000 pixels. We tried appending 30 images and it created one TIFF image as expected. We're using ImageMagick 6.2.6-7.
In general the only restrictions on image size is the amount of resources on your system. We have personally converted images as large as 250,000 by 250,000 pixels. We tried appending 30 images and it created one TIFF image as expected. We're using ImageMagick 6.2.6-7.