1Ppmrelief User Manual(0) Ppmrelief User Manual(0)
2
3
4
6 ppmrelief - compute a relief of a PPM image
7
8
10 ppmrelief
11
12 [ppmfile]
13
14
16 This program is part of Netpbm(1).
17
18 ppmrelief reads a PPM image as input, and writes a relief of that image
19 as a PPM image as output.
20
21 The relief process is described in "Beyond Photography" by Holzmann,
22 equation 3.19. It's a sort of edge-detection and is essentially a con‐
23 volution with this matrix:
24
25
26 | 1 0 0 |
27 | 0 0 0 |
28 | 0 0 -1 |
29
30
31
32
34 There are no command line options defined specifically for ppmrelief,
35 but it recognizes the options common to all programs based on libnetpbm
36 (See
37 Common Options ⟨index.html#commonoptions⟩ .)
38
39
41 pamshadedrelief(1), pgmbentley(1), pgmoil(1), ppm(1)
42
43
45 Copyright (C) 1990 by Wilson Bent (whb@hoh-2.att.com)
46
48 This manual page was generated by the Netpbm tool 'makeman' from HTML
49 source. The master documentation is at
50
51 http://netpbm.sourceforge.net/doc/ppmrelief.html
52
53netpbm documentation 02 August 2014 Ppmrelief User Manual(0)