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 | 1 0 0 |
26 | 0 0 0 |
27 | 0 0 -1 |
28
29
31 pamshadedrelief(1), pgmbentley(1), pgmoil(1), ppm(1)
32
33
35 Copyright (C) 1990 by Wilson Bent (whb@hoh-2.att.com)
36
38 This manual page was generated by the Netpbm tool 'makeman' from HTML
39 source. The master documentation is at
40
41 http://netpbm.sourceforge.net/doc/ppmrelief.html
42
43netpbm documentation 02 August 2014 Ppmrelief User Manual(0)