home *** CD-ROM | disk | FTP | other *** search
/ Mega A/V / mega_av.zip / mega_av / GRAPHUTL / PBMPLUS.ZIP / PGMNORM.MAN < prev    next >
Text File  |  1991-08-11  |  2KB  |  67 lines

  1.  
  2.  
  3. pgmnorm(1)                 Unix Programmer's Manual                 pgmnorm(1)
  4.  
  5.  
  6. NNNAAAMMMEEE
  7.      pgmnorm - normalize the contrast in a portable graymap
  8.  
  9. SSSYYYNNNOOOPPPSSSIIISSS
  10.      pppgggmmmnnnooorrrmmm [-bbbpppeeerrrccceeennnttt _N | ---bbbvvvaaallluuueee _N] [-wwwpppeeerrrccceeennnttt _N | ---wwwvvvaaallluuueee _N] [_p_g_m_f_i_l_e]
  11.  
  12. DDDEEESSSCCCRRRIIIPPPTTTIIIOOONNN
  13.      Reads a portable graymap as input.  Normalizes the  contrast  by  forcing
  14.      the  lightest  pixels to white, the darkest pixels to black, and linearly
  15.      rescaling the ones in between; and produces a portable graymap as output.
  16.  
  17. OOOPPPTTTIIIOOONNNSSS
  18.  
  19.      By default, the darkest 2 percent of all pixels are mapped to black,  and
  20.      the  lightest  1  percent  are  mapped  to white.  You can override these
  21.      percentages by using the  ---bbbpppeeerrrccceeennnttt  and  ---wwwpppeeerrrccceeennnttt  flags,  or  you  can
  22.      specify  the  exact  pixel  values  to be mapped by using the ---bbbvvvaaallluuueee and
  23.      ---wwwvvvaaallluuueee flags.  Appropriate numbers for the flags can be gotten from  the
  24.      _p_g_m_h_i_s_t  tool.   If  you  just  want to enhance the contrast, then choose
  25.      values at elbows in the histogram; e.g. if value 29 represents 3% of  the
  26.      image  but value 30 represents 20%, choose 30 for _b_v_a_l_u_e.  If you want to
  27.      lighten the image, then set _b_v_a_l_u_e to 0  and  just  fiddle  with  _w_v_a_l_u_e;
  28.      similarly,  to  darken  the  image,  set  _w_v_a_l_u_e  to maxval and play with
  29.      _b_v_a_l_u_e.
  30.  
  31.      All flags can be abbreviated to their shortest unique prefix.
  32.  
  33. SSSEEEEEE AAALLLSSSOOO
  34.      pgmhist(1), pgm(5)
  35.  
  36. AAAUUUTTTHHHOOORRR
  37.      Partially based on the fbnorm filter in Michael Mauldin's "Fuzzy  Pixmap"
  38.      package.
  39.  
  40.      Copyright (C) 1989 by Jef Poskanzer.
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.                               28 February 1989                               1
  65.  
  66.  
  67.