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

ppmtopuzz — Convert a PPM image to an X11 puzzle file. More information: <https://netpbm.sourceforge.net/doc/ppm

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

Problem

How to use the ppmtopuzz command: Convert a PPM image to an X11 puzzle file. More information: <https://netpbm.sourceforge.net/doc/ppmtopuzz.html>.

Solution

ppmtopuzz — Convert a PPM image to an X11 puzzle file. More information: <https://netpbm.sourceforge.net/doc/ppmtopuzz.html>.

Convert a PPM image to an X11 puzzle file:
ppmtopuzz {{path/to/file.ppm}} > {{path/to/file.puzz}}

Code Snippets

Convert a PPM image to an X11 puzzle file

ppmtopuzz {{path/to/file.ppm}} > {{path/to/file.puzz}}

Context

tldr-pages: common/ppmtopuzz

Revisions (0)

No revisions yet.