[magick-users] Large work files and result file when converting from multi TIFFs into single multipage TIFF
duc.sequere.aut.de.via.decede at imagemagick.org
duc.sequere.aut.de.via.decede at imagemagick.org
Thu Mar 26 10:13:33 PDT 2009
> convert image001.tif image002.tif image003.tif ... imageN.tif \
> -append image.tif
That is the correct command. You can reduce the memory requirements with the
-limit option but it will probably still be a slow process:
convert -limit area 1 image001.tif image002.tif image003.tif ... imageN.tif \
-append image.tif
More information about the Magick-users
mailing list