Linux Commands Examples

A great documentation place for Linux commands

pnmsmooth

smooth out an image


see also : pnmconvol

Synopsis

pnmsmooth [-size width height] [-dump dumpfile] [pnmfile]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples


no example yet ...

... Feel free to add your own example above to help other Linux-lovers !

description

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.

options

-size width height

Specifies the size of the convolution matrix. Default size is a 3x3 matrix. Width and height sizes must be odd. Maximum size of convolution matrix is limited by the maximum value for a pixel such that (width * height * 2) must not exceed the maximum pixel value.

-dump dumpfile

Generates and saves the convolution file only. Use of this option does not invoke pnmconvol.


see also

pnmconvol , pnm


authors

Copyright (C) 1989, 1991 by Jef Poskanzer.
Converted from script to C program December 1994 by Mike Burns (burns[:at:]chem.psu[:dot:]edu).

How can this site be more helpful to YOU ?


give  feedback