1Pamtopam User Manual(0) Pamtopam User Manual(0)
2
3
4
6 pamtopam - copy PAM image
7
8
10 pamtopam
11
12
14 This program is part of Netpbm(1).
15
16 pamtopam simply copies a PAM image from Standard Input to Standard Out‐
17 put. This may seem an unnecessary duplication of cat, but remember
18 that a PAM program can read a PBM, PGM, or PPM image as if it were PAM.
19 So pamtopam can read either a PBM, PGM, PPM, or PAM image and produce a
20 PAM image as output.
21
22 Even that is of limited usefulness because of the fact that almost any
23 program to which you would feed the resulting PAM image could also just
24 take the original image directly. However, sometimes you really want a
25 true PAM image.
26
27 You can do a more general job of translating PAM/PNM to PAM with pam‐
28 channel.
29
30
32 There are no command line options defined specifically for pamtopam,
33 but it recognizes the options common to all programs based on libnetpbm
34 (See
35 Common Options ⟨index.html#commonoptions⟩ .)
36
37
39 pamtopnm(1), ppmtoppm(1), pgmtopgm(1), pam(1), pnm(1), ppm(1), pgm(1),
40 pbm(1)
41
42
44 This program was added to Netpbm in Release 10.41 (December 2007).
45
47 This manual page was generated by the Netpbm tool 'makeman' from HTML
48 source. The master documentation is at
49
50 http://netpbm.sourceforge.net/doc/pamtopam.html
51
52netpbm documentation October 2007 Pamtopam User Manual(0)