logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pgmenhance - edge-enhance a PGM image

Author

       Copyright (C) 1989 by Jef Poskanzer.

Description

       This program is part of Netpbm(1).

       pgmenhance reads a PGM image as input, enhances the edges, and writes a PGM image as output.

       The edge enhancing technique is taken from Philip R. Thompson's "xim" program, which in turn took it from
       section  6  of "Digital Halftones by Dot Diffusion", D. E. Knuth, ACM Transaction on Graphics Vol. 6, No.
       4, October 1987, which in turn got it from two 1976 papers by J. F. Jarvis et. al.

Document Source

       This manual page was generated by the Netpbm tool 'makeman' from HTML source.  The  master  documentation
       is at

              http://netpbm.sourceforge.net/doc/pgmenhance.html

netpbm documentation                             13 January 1989                       PgmenhanceUserManual(1)

Name

       pgmenhance - edge-enhance a PGM image

Options

       In addition to the options common to all programs based on libnetpbm (most notably  -quiet,  see   Common
       Options ), pgmenhance recognizes the following command line option:

       -N

              The  optional -N option should be a digit from 1 to 9.  1 is the lowest level of enhancement; 9 is
              the highest.  The default is 9.

See Also

pamedge(1), pgm(1)

Synopsis

pgmenhance

       [-N]

       [pgmfile]

See Also