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

ppmmake — Create a PPM image of a specified color and dimensions. More information: <https://netpbm.sourceforg

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

Problem

How to use the ppmmake command: Create a PPM image of a specified color and dimensions. More information: <https://netpbm.sourceforge.net/doc/ppmmake.html>.

Solution

ppmmake — Create a PPM image of a specified color and dimensions. More information: <https://netpbm.sourceforge.net/doc/ppmmake.html>.

Create a PPM image of the specified color and dimensions:
ppmmake {{color}} {{width}} {{height}} > {{path/to/output_file.ppm}}

Code Snippets

Create a PPM image of the specified color and dimensions

ppmmake {{color}} {{width}} {{height}} > {{path/to/output_file.ppm}}

Context

tldr-pages: common/ppmmake

Revisions (0)

No revisions yet.