mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 13:01:30 +00:00
Update cheatsheets
This commit is contained in:
18
pgmenhance
Normal file
18
pgmenhance
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user