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

  1. .TH ppmmake 1 "24 September 1991"
  2. .IX ppmmake
  3. .SH NAME
  4. ppmmake - create a pixmap of a specified size and color
  5. .SH SYNOPSIS
  6. .B ppmmake
  7. .I color width height
  8. .SH DESCRIPTION
  9. Produces a portable pixmap of the specified color, width, and height.
  10. .IX "generating pixmaps"
  11. .PP
  12. The color can be specified in five ways:
  13. .IX "specifying colors"
  14. .TP 
  15. o
  16. A name, assuming
  17. that a pointer to an X11-style color names file was compiled in.
  18. .TP 
  19. o
  20. An X11-style hexadecimal specifier: rgb:r/g/b, where r g and b are
  21. each 1- to 4-digit hexadecimal numbers.
  22. .TP 
  23. o
  24. An X11-style decimal specifier: rgbi:r/g/b, where r g and b are
  25. floating point numbers between 0 and 1.
  26. .TP 
  27. o
  28. For backwards compatibility, an old-X11-style hexadecimal
  29. number: #rgb, #rrggbb, #rrrgggbbb, or #rrrrggggbbbb.
  30. .TP 
  31. o
  32. For backwards compatibility, a triplet of numbers
  33. separated by commas: r,g,b, where r g and b are
  34. floating point numbers between 0 and 1.
  35. (This style was added before MIT came up with the similar rgbi style.)
  36. .SH "SEE ALSO"
  37. ppm(5), pbmmake(1)
  38. .SH AUTHOR
  39. Copyright (C) 1991 by Jef Poskanzer.
  40. .\" Permission to use, copy, modify, and distribute this software and its
  41. .\" documentation for any purpose and without fee is hereby granted, provided
  42. .\" that the above copyright notice appear in all copies and that both that
  43. .\" copyright notice and this permission notice appear in supporting
  44. .\" documentation.  This software is provided "as is" without express or
  45. .\" implied warranty.
  46.