Options (2)
-bbooleanSpecify the color of the background in the sheared image
Example:
pnmshear {{[-b|-background]}} {{blue}} {{angle}} {{path/to/input.pnm}} > {{path/to/output.pnm}}-nbooleanDo not perform anti-aliasing
Example:
pnmshear {{[-n|-noantialias]}} {{angle}} {{path/to/input.pnm}} > {{path/to/output.pnm}}Examples (3)
Shear a PNM image by the specified angle
pnmshear angle path/to/input.pnm > path/to/output.pnmSpecify the color of the background in the sheared image
pnmshear [-b|-background] blue angle path/to/input.pnm > path/to/output.pnmDo not perform anti-aliasing
pnmshear [-n|-noantialias] angle path/to/input.pnm > path/to/output.pnmmade by @shridhargupta | data from tldr-pages