1997.02.10 17:51 "multi-page tiffs", by Humzah Jaffar

1997.02.10 20:31 "Re: multi-page tiffs", by Cristy

  1. Is there anything out there that allows me to send page at a time of a very large tiff file?

ImageMagick allows sub-image specification:

  convert 'image.tiff[4]' page.4

to save page 4 to a single file. It uses random access so it does not need to read the entire file. ImageMagick works under Unix, Linux, VMS, NT, and Win 95. And it's free! See

  http://www.wizards.dupont.com/cristy/ImageMagick.html