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

ppmtopict — Convert a PPM image to a Macintosh PICT file. More information: <https://netpbm.sourceforge.net/doc/

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

Problem

How to use the ppmtopict command: Convert a PPM image to a Macintosh PICT file. More information: <https://netpbm.sourceforge.net/doc/ppmtopict.html>.

Solution

ppmtopict — Convert a PPM image to a Macintosh PICT file. More information: <https://netpbm.sourceforge.net/doc/ppmtopict.html>.

Convert a PPM image to a PICT file:
ppmtopict {{path/to/file.ppm}} > {{path/to/file.pict}}

Code Snippets

Convert a PPM image to a PICT file

ppmtopict {{path/to/file.ppm}} > {{path/to/file.pict}}

Context

tldr-pages: common/ppmtopict

Revisions (0)

No revisions yet.