1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 19:15:23 +02:00
tldr/pages/common/ppmwheel.md
Juri Dispan 15949a7e47
ppmtopjxl, ppmwheel, ppmtoapplevol: add pages (#15355)
* fix ci

* ppmtopjxl, ppmwheel, ppmtoapplevol: add pages
2024-12-28 13:44:56 +01:00

444 B

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 -huevalue {{diameter}} > {{path/to/output.ppm}}

  • Generate a color wheel of type Hue-saturation:

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