1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/ppmdim.md

10 lines
255 B
Markdown
Raw Normal View History

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