> 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
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to