home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / NETWORK / netpbm_docs.lzh / NETPBM / DOCS / tifftopnm.1 < prev    next >
Text File  |  1996-11-18  |  2KB  |  50 lines

  1. .TH tifftopnm 1 "13 January 1991"
  2. .IX tifftopnm
  3. .SH NAME
  4. tifftopnm - convert a TIFF file into a portable anymap
  5. .SH SYNOPSIS
  6. .B tifftopnm
  7. .RB [ -headerdump ]
  8. .RI tifffile
  9. .SH DESCRIPTION
  10. Reads a TIFF file as input.
  11. .IX TIFF
  12. Produces a portable anymap as output.
  13. The type of the output file depends on the input file - if it's
  14. black & white, a
  15. .I pbm
  16. file is written, else if it's grayscale a
  17. .I pgm
  18. file, else a
  19. .I ppm
  20. file.  The program tells you which type it is writing.
  21. .SH OPTIONS
  22. .TP
  23. .B -headerdump
  24. Dump TIFF file information to stderr.  This information may be useful 
  25. in debugging TIFF file conversion problems.  
  26. .PP
  27. All flags can be abbreviated to their shortest unique prefix.
  28. .SH "SEE ALSO"
  29. pnmtotiff(1), pnm(5)
  30. .SH BUGS
  31. This program is not self-contained.  To use it you must fetch the
  32. TIFF Software package listed in the OTHER.SYSTEMS file and configure
  33. PBMPLUS to use libtiff.  See PBMPLUS's Makefile for details on this
  34. configuration.
  35. .SH AUTHOR
  36. Derived by Jef Poskanzer from tif2ras.c, which is
  37. Copyright (c) 1990 by Sun Microsystems, Inc.
  38. Author: Patrick J. Naughton (naughton@wind.sun.com).
  39. .\" Permission to use, copy, modify, and distribute this software and its
  40. .\" documentation for any purpose and without fee is hereby granted,
  41. .\" provided that the above copyright notice appear in all copies and that
  42. .\" both that copyright notice and this permission notice appear in
  43. .\" supporting documentation.
  44. .\" 
  45. .\" This file is provided AS IS with no warranties of any kind.  The author
  46. .\" shall have no liability with respect to the infringement of copyrights,
  47. .\" trade secrets or any patents by this file or any part thereof.  In no
  48. .\" event will the author be liable for any lost revenue or profits or
  49. .\" other special, indirect and consequential damages.
  50.