pamfunc, ppmchange, ppmcie, ppmcolormask, ppmdim, ppmdist, ppmfade, ppmforge: add pages (#11449)

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
Juri Dispan
2023-11-10 21:22:32 +01:00
committed by GitHub
parent d9b5c75330
commit eeedc4ecf7
8 changed files with 117 additions and 0 deletions

20
pages/common/ppmforge.md Normal file
View File

@@ -0,0 +1,20 @@
# ppmforge
> Generate fractals resembling clouds, planets and starry skies.
> More information: <https://netpbm.sourceforge.net/doc/ppmforge.html>.
- Generate an image of a planet:
`ppmforge > {{path/to/image.ppm}}`
- Generate an image of clouds or the night sky:
`ppmforge -{{night|clouds}} > {{path/to/image.ppm}}`
- Use a custom mesh size and dimension for fractal generation and specify the dimensions of the output:
`ppmforge -mesh {{512}} -dimension {{2.5}} -xsize {{1000}} -ysize {{1000}} > {{path/to/image.ppm}}`
- Control the tilt and the angle from which the generated planet is illuminated:
`ppmforge -tilt {{-15}} -hour {{12}} > {{path/to/image.ppm}}`