HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pgmdeshadow — Deshadow a PGM image. More information: <https://netpbm.sourceforge.net/doc/pgmdeshadow.html>.

Submitted by: @import:tldr-pages··
0
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.