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

  1. .TH pcxtoppm 1 "9 April 1990"
  2. .IX pcxtoppm
  3. .SH NAME
  4. pcxtoppm - convert a PCX file into a portable pixmap
  5. .SH SYNOPSIS
  6. .B pcxtoppm
  7. .RB [ -stdpalette ]
  8. .RI [ pcxfile ]
  9. .SH DESCRIPTION
  10. Reads a PCX file as input.
  11. .IX PCX
  12. Produces a portable pixmap as output.
  13. Supported PCX types are:
  14. .TP
  15. Colormapped files with 2-16 colors.
  16. "Packed pixel" format (1, 2 or 4 bits/pixel, 1 plane) or bitplane format (1
  17. bit/pixel, 1-4 planes).  The program checks the colormap and uses an internal
  18. one if the provided colormap is completely black.
  19. .TP
  20. Colormapped files with 256 colors
  21. 8 bits/pixel, 1 plane, colormap at the end of the file.
  22. .TP
  23. 24bit truecolor files
  24. 24bit RGB: 8 bits/pixel, 3 planes.
  25. .TP
  26. 32bit truecolor files
  27. 24bit RGB + 8bit intensity: 8 bits/pixel, 4 planes.
  28. .SH OPTIONS
  29. .TP
  30. .B -stdpalette
  31. Enforce the use of the internal colormap for files with 16 colors or less.
  32. .SH "SEE ALSO"
  33. ppmtopcx(1), ppm(5)
  34. .SH AUTHORS
  35. Copyright (C) 1990 by Michael Davidson.
  36. .br
  37. Modified 1994 by Ingo Wilken (Ingo.Wilken@informatik.uni-oldenburg.de)
  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.  
  45.