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 / ppmtotga.1 < prev    next >
Text File  |  1996-11-18  |  2KB  |  48 lines

  1. .TH ppmtotga 1 "28 October 1991"
  2. .IX ppmtotga
  3. .SH NAME
  4. ppmtotga - convert portable pixmap into a TrueVision Targa file
  5. .SH SYNOPSIS
  6. .B ppmtotga
  7. .RB [ -mono|-cmap|-rgb ]
  8. .RB [ -norle ]
  9. .RI [ ppmfile ]
  10. .SH DESCRIPTION
  11. Reads a portable pixmap as input.
  12. Produces a TrueVision Targa file as output.
  13. .SH OPTIONS
  14. .TP
  15. .B -mono
  16. Forces Targa file to be of type 8 bit monochrome.  Input must be a portable
  17. bitmap or a portable graymap.
  18. .TP
  19. .B -cmap
  20. Forces Targa file to be of type 24 bit colormapped.  Input must be a portable
  21. bitmap, a portable graymap or a portable pixmap containing no more than
  22. 256 distinct colors.
  23. .TP
  24. .B -rgb
  25. Forces Targa file to be of type 24 bit unmapped color.
  26. .TP
  27. .B -norle
  28. Disables run-length encoding, in case you have a Targa reader which
  29. can't read run-length encoded files.
  30. .PP
  31. All flags can be abbreviated to their shortest unique prefix.  If no
  32. file type is specified the most highly constained compatible type is
  33. used, where monochrome is more constained than colormapped which is in
  34. turn more constained than unmapped.
  35. .SH BUGS
  36. Does not support all possible Targa file types.
  37. Should really be in PNM, not PPM.
  38. .SH "SEE ALSO"
  39. tgatoppm(1), ppm(5)
  40. .SH AUTHOR
  41. Copyright (C) 1989, 1991 by Mark Shand and Jef Poskanzer.
  42. .\" Permission to use, copy, modify, and distribute this software and its
  43. .\" documentation for any purpose and without fee is hereby granted, provided
  44. .\" that the above copyright notice appear in all copies and that both that
  45. .\" copyright notice and this permission notice appear in supporting
  46. .\" documentation.  This software is provided "as is" without express or
  47. .\" implied warranty.
  48.