1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 14:42:19 +02:00
tldr/pages/common/pgmmake.md
Juri Dispan ac390f0fd0
pbmmake, pgmmake, ppmlabel, ppmmake, ppmmix, ppmntsc, ppmpat: add pages (#11435)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-10 09:41:41 +01:00

320 B

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}}