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

  1. .TH pgmramp 1 "24 November 1989"
  2. .IX pgmramp
  3. .SH NAME
  4. pgmramp - generate a grayscale ramp
  5. .SH SYNOPSIS
  6. .B pgmramp
  7. .BR -lr | -tb
  8. |
  9. .BR -rectangle | -ellipse
  10. .I width height
  11. .SH DESCRIPTION
  12. Generates a graymap of the specified size containing a black-to-white ramp.
  13. .IX "generating graymaps"
  14. These ramps are useful for multiplying with other images, using the
  15. .I pnmarith
  16. tool.
  17. .IX pnmarith
  18. .SH OPTIONS
  19. .TP
  20. .B -lr
  21. A left to right ramp.
  22. .TP
  23. .B -tb
  24. A top to bottom ramp.
  25. .TP
  26. .B -rectangle
  27. A rectangular ramp.
  28. .TP
  29. .B -ellipse
  30. An elliptical ramp.
  31. .PP
  32. All flags can be abbreviated to their shortest unique prefix.
  33. .SH "SEE ALSO"
  34. pnmarith(1), pgm(5)
  35. .SH AUTHOR
  36. Copyright (C) 1989 by Jef Poskanzer.
  37. .\" Permission to use, copy, modify, and distribute this software and its
  38. .\" documentation for any purpose and without fee is hereby granted, provided
  39. .\" that the above copyright notice appear in all copies and that both that
  40. .\" copyright notice and this permission notice appear in supporting
  41. .\" documentation.  This software is provided "as is" without express or
  42. .\" implied warranty.
  43.