snippetbashTip
pamtopam — Copy a PAM image. More information: <https://netpbm.sourceforge.net/doc/pamtopam.html>.
Viewed 0 times
commandpamcopycliimageinformationmorepamtopam
Problem
How to use the
pamtopam command: Copy a PAM image. More information: <https://netpbm.sourceforge.net/doc/pamtopam.html>.Solution
pamtopam — Copy a PAM image. More information: <https://netpbm.sourceforge.net/doc/pamtopam.html>.Copy a PAM image (i.e. a PBM, PGM, PPM, or PAM image) from
stdin to stdout:pamtopam < {{path/to/image.pam}} > {{path/to/output.pam}}Display version:
pamtopam {{[-v|-version]}}Code Snippets
Copy a PAM image (i.e. a PBM, PGM, PPM, or PAM image) from `stdin` to `stdout`
pamtopam < {{path/to/image.pam}} > {{path/to/output.pam}}Display version
pamtopam {{[-v|-version]}}Context
tldr-pages: common/pamtopam
Revisions (0)
No revisions yet.