commands.sh

pnmsmooth

all

Smooth out a PNM image.

More info →

Options (2)

-wboolean

Smooth out a PNM image using a convolution matrix of size width times height

Example: pnmsmooth {{[-w|-width]}} {{width}} {{[-h|-height]}} {{height}} {{path/to/input.pnm}} > {{path/to/output.pnm}}
-hboolean

Smooth out a PNM image using a convolution matrix of size width times height

Example: pnmsmooth {{[-w|-width]}} {{width}} {{[-h|-height]}} {{height}} {{path/to/input.pnm}} > {{path/to/output.pnm}}

Examples (2)

Smooth out a PNM image using a convolution matrix of size 3x3

pnmsmooth path/to/input.pnm > path/to/output.pnm

Smooth out a PNM image using a convolution matrix of size width times height

pnmsmooth [-w|-width] width [-h|-height] height path/to/input.pnm > path/to/output.pnm
made by @shridhargupta | data from tldr-pages