NAME 

pamgauss - create a two dimensional gaussian function as a PAM image

SYNOPSIS 

pamgauss width height -sigma=number [-maxval=number] [-tupletype=string]

Minimum unique abbreviation of option is acceptable. You may use double hyphens instead of single hyphen to denote options. You may use white space in place of the equals sign to separate an option name from its value.

EXAMPLES 

     pamgauss 3 3 -sigma=.5 -tupletype=GRAYSCALE | pamtopnm >gauss.pgm
     pnmconvol -nooffset gauss.pgm myimage.ppm >blurred.ppm