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

ppmtoleaf — Convert a PPM image to the Interleaf image format. More information: <https://netpbm.sourceforge.net

Submitted by: @import:tldr-pages··
0
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.