snippetbashTip
ppmdim — Dim a PPM image. Partly superseded by `pamfunc -multiplier`. More information: <https://netpbm.sourc
Viewed 0 times
ppmcommandpartlyppmdimcliimagesupersededdim
Problem
How to use the
ppmdim command: Dim a PPM image. Partly superseded by pamfunc -multiplier. More information: <https://netpbm.sourceforge.net/doc/ppmdim.html>.Solution
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}}Code Snippets
Dim the specified PPM image by dimfactor
ppmdim {{0.6}} {{path/to/input.ppm}} > {{path/to/output.ppm}}Context
tldr-pages: common/ppmdim
Revisions (0)
No revisions yet.