mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 13:26:05 +02:00
9 lines
225 B
Markdown
9 lines
225 B
Markdown
![]() |
# pnminvert
|
||
|
|
||
|
> Invert a PNM image.
|
||
|
> More information: <https://netpbm.sourceforge.net/doc/pnminvert.html>.
|
||
|
|
||
|
- Invert the colors or greyscale values in a PNM image:
|
||
|
|
||
|
`pnminvert {{path/to/input.pnm}} > {{path/to/output.pnm}}`
|