# pnmhistmap(1) - man - phpMan

[pnmhistmap(1)](https://www.chedong.com/phpMan.php/man/pnmhistmap/1/markdown)                          General Commands Manual                         [pnmhistmap(1)](https://www.chedong.com/phpMan.php/man/pnmhistmap/1/markdown)



## NAME
       pnmhistmap - draw a histogram for a PGM or PPM file

## SYNOPSIS
       **pnmhistmap** [**-black**] [**-white**] [**-max** _N_] [**-verbose**] [_pnmfile_]

## DESCRIPTION
       Reads  a  portable anymap as input, although bitmap (PBM) input produces an error message and
       no image.  Produces an image showing a histogram of the color (or gray) values in the  input.
       A  graymap (PGM) input produces a bitmap output.  A pixmap (PPM) input produces pixmap output
       with three overlaid histograms: a red one for the red input, a green one for the green input,
       and  a blue one for the blue input.  The output is fixed in size: 256 pixels wide by 200 pix‐
       els high.

## OPTIONS
### -black

### -white

       The -black and -white options, which can be used seperately or together, are useful  for  im‐
       ages  with  a  large percentage of pixels whose value is zero or 255, which can cause the re‐
       maining histogram data to become unreadbaly small.  Note that, for pixmap inputs,  these  op‐
       tions apply to all colors; if, for example, the input has a large number of bright-red areas,
       you will probably want to use the -white option.

### -max
              ful  for  inputs with a large percentage of single-color pixels which are not black or
              white.

### -verbose
              Report the progress of making the histogram, including the largest-count value used to
              scale the output.

       All flags can be abbreviated to their shortest unique prefix.

## BUGS
       Assumes  maxval  is  always  255.  Images with a smaller maxval will only use the lower-value
       side of the histogram.  This can be overcome either by piping  the  input  through  "pnmdepth
       255"  or by cutting and scaling the lower-value side of the histogram.  Neither is a particu‐
       larly elegant solution.

       Should allow the output size to be specified.

## SEE ALSO
       [pgmhist(1)](https://www.chedong.com/phpMan.php/man/pgmhist/1/markdown), [ppmhist(1)](https://www.chedong.com/phpMan.php/man/ppmhist/1/markdown), [pgm(5)](https://www.chedong.com/phpMan.php/man/pgm/5/markdown), [ppm(5)](https://www.chedong.com/phpMan.php/man/ppm/5/markdown)

## AUTHOR
       Wilson H. Bent. Jr. (<whb@usc.edu>).



                                           25 October 1993                             [pnmhistmap(1)](https://www.chedong.com/phpMan.php/man/pnmhistmap/1/markdown)
