mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
19 lines
430 B
Plaintext
19 lines
430 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|