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

  1. .TH ppmbrighten 1 "20 Nov 1990"
  2. .SH NAME
  3. ppmbrighten - change an images Saturation and Value from an HSV map
  4. .SH SYNOPSIS
  5. ppmbrighten [-n] [-s <+- saturation>] [-v <+- value>] <ppmfile>
  6. .SH DESCRIPTION
  7. Reads a portable pixmap as input.
  8. Converts the image from RGB space to HSV space and changes
  9. the Value by <+- value> as a percentage.
  10. Likewise with the Saturation.
  11. Doubling the Value would involve
  12. .sp
  13. ppmbrighten -v 100
  14. .sp
  15. to add 100 percent to the Value.
  16. .PP
  17. The 'n' option normalizes the Value to exist between 0 and 1
  18. (normalized).
  19. .SH "SEE ALSO"
  20. pgmnorm(1), ppm(5)
  21. .SH AUTHOR
  22. Copyright (C) 1990 by Brian Moffet
  23. Copyright (C) 1989 by Jef Poskanzer.
  24.  
  25. Permission to use, copy, modify, and distribute this software and its
  26. documentation for any purpose and without fee is hereby granted, provided
  27. that the above copyright notice appear in all copies and that both that
  28. copyright notice and this permission notice appear in supporting
  29. documentation.  This software is provided "as is" without express or
  30. implied warranty.
  31. .SH NOTES
  32. This program does not change the number of colors.
  33.