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

  1. .TH ppmnorm 1 "7 October 1993"
  2. .IX ppmnorm
  3. .SH NAME
  4. ppmnorm - normalize the contrast in a portable pixmap
  5. .SH SYNOPSIS
  6. .B ppmnorm
  7. .RB [ -bpercent
  8. .I N
  9. |
  10. .B -bvalue
  11. .IR N ]
  12. .RB [ -wpercent
  13. .I N
  14. |
  15. .B -wvalue
  16. .IR N ]
  17. .RI [ ppmfile ]
  18. .SH DESCRIPTION
  19. Reads a portable pixmap as input.
  20. Normalizes the contrast by forcing the lightest pixels to white, the
  21. .IX "contrast normalization"
  22. darkest pixels to black, and linearly rescaling the ones in between;
  23. and produces a portable pixmap as output.
  24. .PP
  25. Works by computing the realtive grey-level of each pixel \fIa'la\fP
  26. ppmtopgm, and uses those values to scale the RGB levels.
  27. Note that this is different from using pgmnorm on the
  28. individual red, green, and blue greymaps (as produced by ppmtorgb3) and
  29. recombining them.
  30. .SH OPTIONS
  31. .PP
  32. By default, the darkest 2 percent of all pixels are mapped to black, and
  33. the lightest 1 percent are mapped to white.
  34. You can override these percentages by using the
  35. .B -bpercent
  36. and
  37. .B -wpercent
  38. flags,
  39. or you can specify the exact pixel values to be mapped by using the
  40. .B -bvalue
  41. and
  42. .B -wvalue
  43. flags.
  44. Appropriate numbers for the flags can be gotten from the
  45. .I ppmhist
  46. tool.
  47. .IX ppmhist
  48. If you just want to enhance the contrast, then choose values at elbows in the
  49. histogram; e.g. if value 29 represents 3% of the image but value 30
  50. represents 20%, choose 30 for
  51. .IR bvalue .
  52. If you want to lighten the
  53. image, then set
  54. .I bvalue
  55. to 0 and just fiddle with
  56. .IR wvalue ;
  57. similarly, to darken the image, set
  58. .I wvalue
  59. to maxval and play with
  60. .IR bvalue .
  61. .PP
  62. All flags can be abbreviated to their shortest unique prefix.
  63. .SH "SEE ALSO"
  64. pgmnorm(1), ppmhist(1), ppm(5)
  65. .SH AUTHOR
  66. Wilson H. Bent. Jr. (whb@usc.edu),
  67. heavily based on the pgmnorm filter by Jef Poskanzer.
  68.