Penguin
Blame: pnmsmooth(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of pnmsmooth(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 pnmsmooth
2 !!!pnmsmooth
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SEE ALSO
8 AUTHORS
9 ----
10 !!NAME
11
12
13 pnmsmooth - smooth out an image
14 !!SYNOPSIS
15
16
17 __pnmsmooth__ [[__-size__ ''width height'']
18 [[__-dump__ ''dumpfile''] [[''pnmfile'']
19 !!DESCRIPTION
20
21
22 Smooths out an image by replacing each pixel with the
23 average of its width X height neighbors. It is implemented
24 as a C progam that generates a PGM convolution matrix and
25 then invokes ''pnmconvol''.
26 !!OPTIONS
27
28
29 __-size width height__
30
31
32 Specifies the size of the convolution matrix. Default size
33 is a 3x3 matrix. Width and height sizes must be odd. Maximum
34 size of convolution matrix is limited by the maximum value
35 for a pixel such that (width * height * 2) must not exceed
36 the maximum pixel value.
37
38
39 __-dump dumpfile__
40
41
42 Generates and saves the convolution file only. Use of this
43 option does not invoke pnmconvol.
44 !!SEE ALSO
45
46
47 pnmconvol(1), pnm(5)
48 !!AUTHORS
49
50
51 Copyright (C) 1989, 1991 by Jef Poskanzer.
52 Converted from script to C program December 1994 by Mike
53 Burns (burns@chem.psu.edu).
54 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.