pbmmake, pgmmake, ppmlabel, ppmmake, ppmmix, ppmntsc, ppmpat: add pages (#11435)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
Juri Dispan
2023-11-10 09:41:41 +01:00
committed by GitHub
parent 4529c9b110
commit ac390f0fd0
7 changed files with 84 additions and 0 deletions

8
pages/common/pgmmake.md Normal file
View File

@@ -0,0 +1,8 @@
# pgmmake
> Create PGM image with a uniform gray level.
> More information: <https://netpbm.sourceforge.net/doc/pgmmake.html>.
- Create PGM image with a uniform gray level (specified as a number between 0 and 1) and the specified dimensions:
`pgmmake {{graylevel}} {{width}} {{height}} > {{path/to/output_file.pgm}}`