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

  1. .TH ppmdither 1 "14 July 1991"
  2. .IX ppmdither
  3. .SH NAME
  4. ppmdither - ordered dither for color images
  5. .SH SYNOPSIS
  6. .B ppmdither
  7. .RB [ -dim
  8. .IR dimension ]
  9. .RB [ -red
  10. .IR shades ]
  11. .RB [ -green
  12. .IR shades ]
  13. .RB [ -blue
  14. .IR shades ]
  15. .RI [ ppmfile ]
  16. .SH DESCRIPTION
  17. Reads a portable pixmap as input, and applies dithering to it to reduce
  18. the number of colors used down to the specified number of shades for
  19. each primary.
  20. The default number of shades is red=5, green=9, blue=5, for
  21. a total of 225 colors.
  22. To convert the image to a binary rgb format 
  23. suitable for color printers, use -red 2 -green 2 -blue 2.
  24. The maximum
  25. number of colors that can be used is 256 and can be computed as the 
  26. product of the number of red, green and blue shades.
  27. .SH OPTIONS
  28. .TP 14
  29. .BI -dim " dimension"
  30. The size of the dithering matrix.
  31. Must be a power of 2.
  32. .TP 14
  33. .BI -red " shades"
  34. The number of red shades to be used; minimum of 2.
  35. .TP 14
  36. .BI -green " shades"
  37. The number of green shades to be used; minimum of 2.
  38. .TP 14
  39. .BI -blue " shades"
  40. The number of blue shades to be used; minimum of 2.
  41. .SH "SEE ALSO"
  42. pnmdepth(1), ppmquant(1), ppm(5)
  43. .SH AUTHOR
  44. Copyright (C) 1991 by Christos Zoulas.
  45. .\" Permission to use, copy, modify, and distribute this software and its
  46. .\" documentation for any purpose and without fee is hereby granted, provided
  47. .\" that the above copyright notice appear in all copies and that both that
  48. .\" copyright notice and this permission notice appear in supporting
  49. .\" documentation.  This software is provided "as is" without express or
  50. .\" implied warranty.
  51.