snippetbashTip
pgmdeshadow — Deshadow a PGM image. More information: <https://netpbm.sourceforge.net/doc/pgmdeshadow.html>.
Viewed 0 times
commandpgmdeshadowcliimageinformationpgmmoredeshadow
Problem
How to use the
pgmdeshadow command: Deshadow a PGM image. More information: <https://netpbm.sourceforge.net/doc/pgmdeshadow.html>.Solution
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}}Code Snippets
Remove grey shadows from a PGM image
pgmdeshadow {{path/to/input_file.pgm}} > {{path/to/output_file.pgm}}Context
tldr-pages: common/pgmdeshadow
Revisions (0)
No revisions yet.