mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
14 lines
413 B
Plaintext
14 lines
413 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|