* Karsten M. Self ([EMAIL PROTECTED]) [030914 01:12]: > on Thu, Sep 11, 2003 at 09:06:18PM -0400, ccn ([EMAIL PROTECTED]) wrote: > > eFax service www.efax.com deliveres faxes as email attachments in > > multipage tiff format. When I open such an attachment using tifftopnm, > > gimp, or gimv I can only see the first page. > > > > Has anybody figured out what viewer displays all pages of a multipage fax? > > Related question. > > I'm getting documents in a multi-page tiff format. I'd like to split > these to a single file per page. I haven't found a tool which does this > automatically. Any suggestions?
Given that ImageMagick's display can display them, I'd bet that convert(1) can pull this off, at least with a bit of coaxing. The manpage shows an example for converting a postscript document into individual fax pages; I'd bet it would work just right if you just specified the multi-page tiff as the source file in place of the postscript: convert document.tiff fax:page (untested) good times, Vineet -- http://www.doorstop.net/ -- #include<stdio.h> int main() { puts("Reader! Think not that \n" "technical information \n" "ought not be called speech;"); return 0; }
pgp00000.pgp
Description: PGP signature