1Pamwipeout User Manual(0) Pamwipeout User Manual(0)
2
3
4
6 pamwipeout - replace detail with smooth gradient from one edge to the
7 other
8
9
11 pamwipeout {-lr | -tb} [filename]
12
13 Minimum unique abbreviation of options is acceptable. You may use dou‐
14 ble hyphens instead of single hyphen to denote options.
15
16
18 This program is part of Netpbm(1).
19
20 The pamwipeout utility takes a Netpbm image as input and the uses two
21 opposite edges of the image to wipe out anything in between. You can
22 use it in combination with pamcut and pnmpaste / pamcomp to remove
23 unwanted parts of a larger image. The program replaces the pixels in
24 between the two edges with a gradient from one edge to the other.
25
26 In top-bottom mode, the program reads the whole image into memory
27 before it can start processing. In left-right it will read the image a
28 row at the time, process that row and write it to the output file.
29 Therefore, in case of very large images, it may be better to use
30 instead of "pamwipeout -tb" a pipe of "pamflip -cw | pamwipeout -lr |
31 pamflip -ccw".
32
33 In his blog at
34
35 www.i-am.ws ⟨http://www.i-am.ws/entry/pnmblend_disappearing_act⟩ , the
36 author wrote about a predecessor of "pamwipeout" at the time named
37 "pnmblend". It shows a good example of what can be accomplished with
38 this utility.
39
40
42 Filename is the name of the input file. If you don't specify this,
43 pamwipeout reads the image from Standard Input.
44
45
47 In addition to the options common to all programs based on libnetpbm
48 (most notably -quiet, see
49 Common Options ⟨index.html#commonoptions⟩ ), pamwipeout recognizes the
50 following command line options:
51
52
53
54 -tb | -lr
55
56 This option chooses between a vertical and a horizontal gradi‐
57 ent. You must specify one of these, but not both.
58
59
60
61
63 pam(1) and pamflip(1), pamcut(1), pamcomp(1), pnmpaste(1).
64
65
67 pamwipeout was new in Netpbm 10.54 (March 2011).
68
69
71 Willem van Schaik wrote this program in January 2011 and contributed it
72 to Netpbm.
73
75 This manual page was generated by the Netpbm tool 'makeman' from HTML
76 source. The master documentation is at
77
78 http://netpbm.sourceforge.net/doc/pamwipeout.html
79
80netpbm documentation 26 February 2011 Pamwipeout User Manual(0)