From: plan@mit.edu (Stephen E. Schweibinz)
Subject: Re: TIFF I/O, netpbm
30 Oct 1998 11:58:29 -0800
Message-ID: <199810291726.MAA05261.cygnus.gnu-win32@home-on-the-dome.mit.edu>
To: gnu-win32@cygnus.com
Cc: plan@mit.edu


In response to my own question, my problem was that
I was expecting TIFF output while apparently the output
is PGM.  Thus, my 
tiffcut 100 100 200 200 input.tif > output.tif
obviously wouldn't work since it should be 'output.pgm'.

HOWEVER, the additions of the line 
setmode(fd, O_BINARY);
was critical to making this work and may be useful to
someone else working with the libtiff utilities.

Later,
Steve Schweibinz

__________
/*******************************************************

   Stephen E. Schweibinz
   Planning Support Systems Group, MCP candidate, MIT
   (617) 679-0360
   plan@mit.edu
   http://www.vcp.com

*******************************************************/
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
