1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:42:09 +02:00
tldr/pages/common/pnmshear.md
Antti Savolainen e1d44b5166 batch3
2025-03-28 18:12:09 +02:00

503 B

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 {{[-b|-background]}} {{blue}} {{angle}} {{path/to/input.pnm}} > {{path/to/output.pnm}}

  • Do not perform anti-aliasing:

pnmshear {{[-n|-noantialias]}} {{angle}} {{path/to/input.pnm}} > {{path/to/output.pnm}}