1Pgmenhance User Manual(0) Pgmenhance User Manual(0)
2
3
4
6 pgmenhance - edge-enhance a PGM image
7
8
10 pgmenhance
11
12 [-N]
13
14 [pgmfile]
15
16
18 This program is part of Netpbm(1).
19
20 pgmenhance reads a PGM image as input, enhances the edges, and writes a
21 PGM image as output.
22
23 The edge enhancing technique is taken from Philip R. Thompson's "xim"
24 program, which in turn took it from section 6 of "Digital Halftones by
25 Dot Diffusion", D. E. Knuth, ACM Transaction on Graphics Vol. 6, No. 4,
26 October 1987, which in turn got it from two 1976 papers by J. F. Jarvis
27 et. al.
28
29
31 In addition to the options common to all programs based on libnetpbm
32 (most notably -quiet, see
33 Common Options ⟨index.html#commonoptions⟩ ), pgmenhance recognizes the
34 following command line option:
35
36
37
38 -N
39
40 The optional -N option should be a digit from 1 to 9. 1 is the
41 lowest level of enhancement; 9 is the highest. The default is
42 9.
43
44
45
46
48 pamedge(1), pgm(1)
49
50
52 Copyright (C) 1989 by Jef Poskanzer.
53
55 This manual page was generated by the Netpbm tool 'makeman' from HTML
56 source. The master documentation is at
57
58 http://netpbm.sourceforge.net/doc/pgmenhance.html
59
60netpbm documentation 13 January 1989 Pgmenhance User Manual(0)