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

ppmtoapplevol — Convert a PPM image into an Apple volume label image. More information: <https://netpbm.sourceforge.

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

Problem

How to use the ppmtoapplevol command: Convert a PPM image into an Apple volume label image. More information: <https://netpbm.sourceforge.net/doc/ppmtoapplevol.html>.

Solution

ppmtoapplevol — Convert a PPM image into an Apple volume label image. More information: <https://netpbm.sourceforge.net/doc/ppmtoapplevol.html>.

Convert a PPM image into an Apple volume label image:
ppmtoapplevol {{path/to/image.ppm}} > {{path/to/output}}

Code Snippets

Convert a PPM image into an Apple volume label image

ppmtoapplevol {{path/to/image.ppm}} > {{path/to/output}}

Context

tldr-pages: common/ppmtoapplevol

Revisions (0)

No revisions yet.