home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 399b.lha / PGM.LZH / pgm / pgmnorm.doc < prev    next >
Text File  |  1990-07-21  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. pgmnorm(1)                  PBM Plus                   pgmnorm(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      pgmnorm - normalize the contrast in a portable graymap
  10.  
  11. SYNOPSIS
  12.      pgmnorm [-bpercent <n> | -bvalue <n>] [-wpercent <n> |
  13.      -wvalue] [pgmfile]
  14.  
  15. DESCRIPTION
  16.      Reads a portable graymap as input.  Normalizes the contrast
  17.      by forcing the lightest pixels to white, the darkest pixels
  18.      to black, and linearly rescaling the ones in between; and
  19.      produces a portable graymap as output.
  20.  
  21.      By default, the darkest 2 percent of all pixels are mapped
  22.      to black, and the lightest 1 percent are mapped to white.
  23.      You can override these percentages by using the -bpercent
  24.      and -wpercent flags, or you can specify the exact pixel
  25.      values to be mapped by using the -bvalue and -wvalue flags.
  26.      Appropriate numbers for the flags can be gotten from the
  27.      pgmhist tool.
  28.  
  29.      All flags can be abbreviated to their shortest unique pre-
  30.      fix.
  31.  
  32. SEE ALSO
  33.      pgmhist(1), pgm(5)
  34.  
  35. AUTHOR
  36.      Partially based on the fbnorm filter in Michael Mauldin's
  37.      "Fuzzy Pixmap" package.
  38.  
  39.      Copyright (C) 1989 by Jef Poskanzer.
  40.  
  41.      Permission to use, copy, modify, and distribute this
  42.      software and its documentation for any purpose and without
  43.      fee is hereby granted, provided that the above copyright
  44.      notice appear in all copies and that both that copyright
  45.      notice and this permission notice appear in supporting docu-
  46.      mentation.  This software is provided "as is" without
  47.      express or implied warranty.
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Printed 5/25/90         28 February 1989                        1
  64.  
  65.  
  66.  
  67.