Mail Archives: cygwin/1998/10/30/11:58:29
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 AT mit DOT edu
http://www.vcp.com
*******************************************************/
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -