snippetbashTip
anytopnm — Convert an arbitrary type of image file to common image formats. More information: <https://netpbm.s
Viewed 0 times
commandconvertcliimagefiletypearbitraryanytopnm
Problem
How to use the
anytopnm command: Convert an arbitrary type of image file to common image formats. More information: <https://netpbm.sourceforge.net/doc/anytopnm.html>.Solution
anytopnm — Convert an arbitrary type of image file to common image formats. More information: <https://netpbm.sourceforge.net/doc/anytopnm.html>.Convert an input image to PBM, PGM, or PPM format irrespective of the input type:
anytopnm {{path/to/input}} > {{path/to/output.pnm}}Display version:
anytopnm {{[-v|-version]}}Code Snippets
Convert an input image to PBM, PGM, or PPM format irrespective of the input type
anytopnm {{path/to/input}} > {{path/to/output.pnm}}Display version
anytopnm {{[-v|-version]}}Context
tldr-pages: common/anytopnm
Revisions (0)
No revisions yet.