ppmtopjxl, ppmwheel, ppmtoapplevol: add pages (#15355)

* fix ci

* ppmtopjxl, ppmwheel, ppmtoapplevol: add pages
This commit is contained in:
Juri Dispan
2024-12-28 13:44:56 +01:00
committed by GitHub
parent 86f0759fc9
commit 15949a7e47
3 changed files with 44 additions and 0 deletions

16
pages/common/ppmwheel.md Normal file
View File

@@ -0,0 +1,16 @@
# 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}}`