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

14 lines
337 B
Markdown
Raw Normal View History

# pgmenhance
> Edge-enhance a PGM image.
> See also: `pamedge`.
> More information: <https://netpbm.sourceforge.net/doc/pgmenhance.html>.
- Edge-enhance a PGM image:
`pgmenhance {{path/to/image.pgm}} > {{path/to/output.pgm}}`
- Specify the level of enhancement:
`pgmenhance -{{1..9}} {{path/to/image.pgm}} > {{path/to/output.pgm}}`