mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 09:41:50 +00:00
14 lines
366 B
Plaintext
14 lines
366 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# ppmmake
|
|
|
|
> Create a PPM image of a specified color and dimensions.
|
|
> More information: <https://netpbm.sourceforge.net/doc/ppmmake.html>.
|
|
|
|
- Create a PPM image of the specified color and dimensions:
|
|
|
|
`ppmmake {{color}} {{width}} {{height}} > {{path/to/output_file.ppm}}`
|