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 ppm(1), pnmconvol(1)
32
33
35 Copyright (C) 1993 by Frank Neumann
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/ppmspread.html
42
43netpbm documentation 20 November 2008 Ppmspread User Manual(0)