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

  1. .TH ppmtopcx 1 "12 December 1994"
  2. .IX ppmtopcx
  3. .SH NAME
  4. ppmtopcx - convert a portable pixmap into a PCX file
  5. .SH SYNOPSIS
  6. .B ppmtopcx
  7. .RB [ -24bit ]
  8. .RB [ -packed ]
  9. .RI [ ppmfile ]
  10. .SH DESCRIPTION
  11. Reads a portable pixmap as input.
  12. Produces a PCX file as output.
  13. .IX PCX
  14. The type of the PCX file depends on the number of colors in the pixmap:
  15. .TP
  16. 16 colors or less:
  17. 1 bit/pixel, 1-4 planes.
  18. .TP
  19. 256 colors or less:
  20. 8 bits/pixel, 1 plane, colormap at the end of the file.
  21. .TP
  22. More than 256 colors:
  23. 24bit truecolor file (8 bits/pixel, 3 planes).
  24. .SH OPTIONS
  25. .TP
  26. .B -24bit
  27. Produce a 24bit truecolor file, even if the pixmap has 256 colors or less.
  28. .TP
  29. .B -packed
  30. Use "packed pixel" format for files with 16 colors or less: 1, 2, or 4
  31. bits/pixel, 1 plane.
  32. .SH "SEE ALSO"
  33. pcxtoppm(1), ppm(5)
  34. .SH AUTHORS
  35. Copyright (C) 1994 by Ingo Wilken (Ingo.Wilken@informatik.uni-oldenburg.de)
  36. .br
  37. Based on previous work by Michael Davidson.
  38. .\" Permission to use, copy, modify, and distribute this software and its
  39. .\" documentation for any purpose and without fee is hereby granted, provided
  40. .\" that the above copyright notice appear in all copies and that both that
  41. .\" copyright notice and this permission notice appear in supporting
  42. .\" documentation.  This software is provided "as is" without express or
  43. .\" implied warranty.
  44.