snippetbashTip
pgmenhance — Edge-enhance a PGM image. See also: `pamedge`. More information: <https://netpbm.sourceforge.net/doc
Viewed 0 times
commandpgmenhanceedgecliimagepgmenhancesee
Problem
How to use the
pgmenhance command: Edge-enhance a PGM image. See also: pamedge. More information: <https://netpbm.sourceforge.net/doc/pgmenhance.html>.Solution
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}}Code Snippets
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}}Context
tldr-pages: common/pgmenhance
Revisions (0)
No revisions yet.