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

ppmwheel — Generate a PPM image of a color wheel. More information: <https://netpbm.sourceforge.net/doc/ppmwhee

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

Problem

How to use the ppmwheel command: Generate a PPM image of a color wheel. More information: <https://netpbm.sourceforge.net/doc/ppmwheel.html>.

Solution

ppmwheel — Generate a PPM image of a color wheel. More information: <https://netpbm.sourceforge.net/doc/ppmwheel.html>.

Generate a color wheel of type Ppmcirc:
ppmwheel {{diameter}} > {{path/to/output.ppm}}


Generate a color wheel of type Hue-value:
ppmwheel {{[-huev|-huevalue]}} {{diameter}} > {{path/to/output.ppm}}


Generate a color wheel of type Hue-saturation:
ppmwheel {{[-hues|-huesaturation]}} {{diameter}} > {{path/to/output.ppm}}

Code Snippets

Generate a color wheel of type `Ppmcirc`

ppmwheel {{diameter}} > {{path/to/output.ppm}}

Generate a color wheel of type `Hue-value`

ppmwheel {{[-huev|-huevalue]}} {{diameter}} > {{path/to/output.ppm}}

Generate a color wheel of type `Hue-saturation`

ppmwheel {{[-hues|-huesaturation]}} {{diameter}} > {{path/to/output.ppm}}

Context

tldr-pages: common/ppmwheel

Revisions (0)

No revisions yet.