snippetbashTip
ppmtopict — Convert a PPM image to a Macintosh PICT file. More information: <https://netpbm.sourceforge.net/doc/
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.