mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
15 lines
348 B
Plaintext
15 lines
348 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# ppmdim
|
|
|
|
> Dim a PPM image.
|
|
> Partly superseded by `pamfunc -multiplier`.
|
|
> More information: <https://netpbm.sourceforge.net/doc/ppmdim.html>.
|
|
|
|
- Dim the specified PPM image by dimfactor:
|
|
|
|
`ppmdim {{0.6}} {{path/to/input.ppm}} > {{path/to/output.ppm}}`
|