mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 14:01:36 +00:00
Update cheatsheets
This commit is contained in:
21
pnmshear
Normal file
21
pnmshear
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# pnmshear
|
||||
|
||||
> Shear a PNM image.
|
||||
> More information: <https://netpbm.sourceforge.net/doc/pnmshear.html>.
|
||||
|
||||
- Shear a PNM image by the specified angle:
|
||||
|
||||
`pnmshear {{angle}} {{path/to/input.pnm}} > {{path/to/output.pnm}}`
|
||||
|
||||
- Specify the color of the background in the sheared image:
|
||||
|
||||
`pnmshear -background {{blue}} {{angle}} {{path/to/input.pnm}} > {{path/to/output.pnm}}`
|
||||
|
||||
- Do not perform anti-aliasing:
|
||||
|
||||
`pnmshear -noantialias {{angle}} {{path/to/input.pnm}} > {{path/to/output.pnm}}`
|
||||
Reference in New Issue
Block a user