pnmsmooth(1) | General Commands Manual | pnmsmooth(1) |
pnmsmooth - smooth out an image
pnmsmooth [-size width height] [-dump dumpfile] [pnmfile]
Smooths out an image by replacing each pixel with the average of its width X height neighbors. It is implemented as a C progam that generates a PGM convolution matrix and then invokes pnmconvol.
Copyright (C) 1989, 1991 by Jef Poskanzer.
Converted from script to C program December 1994 by Mike Burns
(burns@chem.psu.edu).
4 December 1994 |