mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 17:59:07 +00:00
Update cheatsheets
This commit is contained in:
13
pnminvert
Normal file
13
pnminvert
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user