home *** CD-ROM | disk | FTP | other *** search
/ Mega A/V / mega_av.zip / mega_av / GRAPHUTL / PBMPLUS.ZIP / TIFFTOPN.MAN < prev    next >
Text File  |  1991-08-11  |  2KB  |  67 lines

  1.  
  2.  
  3. tifftopnm(1)               Unix Programmer's Manual               tifftopnm(1)
  4.  
  5.  
  6. NNNAAAMMMEEE
  7.      tifftopnm - convert a TIFF file into a portable anymap
  8.  
  9. SSSYYYNNNOOOPPPSSSIIISSS
  10.      tttiiifffffftttooopppnnnmmm [-hhheeeaaadddeeerrrddduuummmppp] [_t_i_f_f_f_i_l_e]
  11.  
  12. DDDEEESSSCCCRRRIIIPPPTTTIIIOOONNN
  13.      Reads a TIFF file as input.  Produces a portable anymap as  output.   The
  14.      type  of  the  output  file  depends  on the input file - if it's black &
  15.      white, a _p_b_m file is written, else if it's grayscale a _p_g_m file,  else  a
  16.      _p_p_m file.  The program tells you which type it is writing.
  17.  
  18. OOOPPPTTTIIIOOONNNSSS
  19.  
  20.      ---hhheeeaaadddeeerrrddduuummmppp
  21.           Dump TIFF file information  to  stderr.   This  information  may  be
  22.           useful in debugging TIFF file conversion problems.
  23.  
  24.      All flags can be abbreviated to their shortest unique prefix.
  25.  
  26. SSSEEEEEE AAALLLSSSOOO
  27.      pnmtotiff(1), pnm(5)
  28.  
  29. BBBUUUGGGSSS
  30.      This program is not self-contained.  To use it you must  fetch  the  TIFF
  31.      Software  package  listed in the OTHER.SYSTEMS file and configure PBMPLUS
  32.      to  use  libtiff.   See  PBMPLUS's   Makefile   for   details   on   this
  33.      configuration.
  34.  
  35.      This program is a twisty little maze of #ifdefs, all different.
  36.  
  37. AAAUUUTTTHHHOOORRR
  38.      Derived by Jef Poskanzer from tif2ras.c, which is Copyright (c)  1990  by
  39.      Sun     Microsystems,     Inc.      Author:     Patrick    J.    Naughton
  40.      (naughton@wind.sun.com).
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.                                13 January 1991                               1
  65.  
  66.  
  67.