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/pgmdeshadow.md

9 lines
227 B
Markdown
Raw Normal View History

# pgmdeshadow
> Deshadow a PGM image.
> More information: <https://netpbm.sourceforge.net/doc/pgmdeshadow.html>.
- Remove grey shadows from a PGM image:
`pgmdeshadow {{path/to/input_file.pgm}} > {{path/to/output_file.pgm}}`