HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pamtopnm — Convert a PAM image to an equivalent PNM image. More information: <https://netpbm.sourceforge.net/do

Submitted by: @import:tldr-pages··
0
Viewed 0 times
pamcommandconvertcliimagepamtopnmequivalentpnm

Problem

How to use the pamtopnm command: Convert a PAM image to an equivalent PNM image. More information: <https://netpbm.sourceforge.net/doc/pamtopnm.html>.

Solution

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]}}

Code Snippets

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]}}

Context

tldr-pages: common/pamtopnm

Revisions (0)

No revisions yet.