mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 09:35:24 +02:00
12 lines
332 B
Markdown
12 lines
332 B
Markdown
# pamtopnm
|
|
|
|
> Convert a PAM image to an equivalent PNM image.
|
|
> More information: <https://netpbm.sourceforge.net/doc/pamtopnm.html>.
|
|
|
|
- Convert a PAM image to an equivalent PNM image, i.e. a PBM, PGM or PPM image:
|
|
|
|
`pamtopnm {{path/to/image.pam}} > {{path/to/output.pbm|pgm|ppm}}`
|
|
|
|
- Display version:
|
|
|
|
`pamtopnm {{[-v|-version]}}`
|