> If you use "Save mode" and file name patterns like page-0001.tiff and > put the files into one directory you should be able to convert them to > multipage tiff with convert (from ImageMagick) by something like this: > convert page-*.tiff complete.tiff (untested). > > So it's only two commands: xasne and convert. > I do this all the time but use tiffcp which does it quite quickly and without requiring much memory.
tiffcp -L -c g4 -r 10000 page-*.tiff multipage.tiff the -L and -r 10000 are not required, the tool I use to make PDF's needs them. The -c g4 is to select output file compression type. tiffcp is from libtiff package tiff tools, My Redhat has it or http://www.libtiff.org/ David Gesswein http://www.pdp8.net/ -- Run an old computer with blinkenlights. Have any PDP-8 stuff you're willing to part with?
