snippetbashTip
ppmtoleaf — Convert a PPM image to the Interleaf image format. More information: <https://netpbm.sourceforge.net
Viewed 0 times
thecommandconvertcliimageppmtoleafinterleafppm
Problem
How to use the
ppmtoleaf command: Convert a PPM image to the Interleaf image format. More information: <https://netpbm.sourceforge.net/doc/ppmtoleaf.html>.Solution
ppmtoleaf — Convert a PPM image to the Interleaf image format. More information: <https://netpbm.sourceforge.net/doc/ppmtoleaf.html>.Convert a PPM image to a LEAF file:
ppmtoleaf {{path/to/file.ppm}} > {{path/to/file.leaf}}Code Snippets
Convert a PPM image to a LEAF file
ppmtoleaf {{path/to/file.ppm}} > {{path/to/file.leaf}}Context
tldr-pages: common/ppmtoleaf
Revisions (0)
No revisions yet.