home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mega A/V
/
mega_av.zip
/
mega_av
/
GRAPHUTL
/
PBMPLUS.ZIP
/
TIFFTOPN.MAN
< prev
next >
Wrap
Text File
|
1991-08-11
|
2KB
|
67 lines
tifftopnm(1) Unix Programmer's Manual tifftopnm(1)
NNNAAAMMMEEE
tifftopnm - convert a TIFF file into a portable anymap
SSSYYYNNNOOOPPPSSSIIISSS
tttiiifffffftttooopppnnnmmm [-hhheeeaaadddeeerrrddduuummmppp] [_t_i_f_f_f_i_l_e]
DDDEEESSSCCCRRRIIIPPPTTTIIIOOONNN
Reads a TIFF file as input. Produces a portable anymap as output. The
type of the output file depends on the input file - if it's black &
white, a _p_b_m file is written, else if it's grayscale a _p_g_m file, else a
_p_p_m file. The program tells you which type it is writing.
OOOPPPTTTIIIOOONNNSSS
---hhheeeaaadddeeerrrddduuummmppp
Dump TIFF file information to stderr. This information may be
useful in debugging TIFF file conversion problems.
All flags can be abbreviated to their shortest unique prefix.
SSSEEEEEE AAALLLSSSOOO
pnmtotiff(1), pnm(5)
BBBUUUGGGSSS
This program is not self-contained. To use it you must fetch the TIFF
Software package listed in the OTHER.SYSTEMS file and configure PBMPLUS
to use libtiff. See PBMPLUS's Makefile for details on this
configuration.
This program is a twisty little maze of #ifdefs, all different.
AAAUUUTTTHHHOOORRR
Derived by Jef Poskanzer from tif2ras.c, which is Copyright (c) 1990 by
Sun Microsystems, Inc. Author: Patrick J. Naughton
(naughton@wind.sun.com).
13 January 1991 1