diff --git a/pages/common/pnmshear.md b/pages/common/pnmshear.md new file mode 100644 index 000000000..8cd96428a --- /dev/null +++ b/pages/common/pnmshear.md @@ -0,0 +1,16 @@ +# pnmshear + +> Shear a PNM image. +> More information: . + +- 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}}`