1Ppmspread User Manual(0) Ppmspread User Manual(0)
2
3
4
6 ppmspread - displace a PPM image's pixels by a random amount
7
8
10 ppmspread amount [ppmfile]
11
12
14 This program is part of Netpbm(1).
15
16 ppmspread reads a PPM image as input and moves every pixel around a
17 random bit relative to its original position. amount determines by how
18 many pixels a pixel is to be moved around at most.
19
20 Pictures processed with this filter will seem to be somewhat dissolved
21 or unfocussed (although they appear more coarse than images processed
22 by something like pnmconvol).
23
24 The randomness in the image is limited before Netpbm 10.37 (December
25 2006) -- if you run the program twice in the same second, you may get
26 identical output.
27
28
29
31 There are no command line options defined specifically for ppmspread,
32 but it recognizes the options common to all programs based on libnetpbm
33 (See
34 Common Options ⟨index.html#commonoptions⟩ .)
35
36
38 ppm(1), pnmconvol(1)
39
40
42 Copyright (C) 1993 by Frank Neumann
43
45 This manual page was generated by the Netpbm tool 'makeman' from HTML
46 source. The master documentation is at
47
48 http://netpbm.sourceforge.net/doc/ppmspread.html
49
50netpbm documentation 20 November 2008 Ppmspread User Manual(0)