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

pnminvert - invert a PNM image

Author

       Copyright (C) 1989 by Jef Poskanzer.

Description

       This program is part of Netpbm(1).

       pnminvert reads a PNM image as input, inverts it black for white, and produces a PNM image as output.

       If  the  image is grayscale, pnminvert replaces a pixel with one of complementary brightness, i.e. if the
       original pixel has gamma-adjusted gray value G, the output pixel has gray value maxval - G.

       If the image is color, pnminvert inverts each individual RGB component the same as for a grayscale image.

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/pnminvert.html

netpbm documentation                             08 August 1989                         PnminvertUserManual(1)

Name

       pnminvert - invert a PNM image

Options

       There are no command line options defined specifically for  pnminvert,  but  it  recognizes  the  options
       common to all programs based on libnetpbm (See  Common Options .)

See Also

pnm(1)

Synopsis

pnminvert

       [pnmfile]

See Also