Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 4.8

i386

pnminvert(1)


Pnminvert User Manual

Pnminvert User Manual

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
AUTHOR

NAME

pnminvert - invert a PNM image

SYNOPSIS

pnminvert

[pnmfile]

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.

SEE ALSO

pnm(1)

AUTHOR

Copyright (C) 1989 by Jef Poskanzer.



pnminvert(1)