You have your choice of these image enhancements:
sx, rx, ry, sy, tx, ty
<width>x<height>{+-}<x offset>{+-}<y offset>{%}
For example, 100x200+20+10.
To specify a percentage width or height instead, append %. For example to crop the image by ten percent on all sides of the image, use 10%.
Use cropping to apply image processing options to, or display, a particular area of an image. Omit the x and y offset to generate one or more subimages of a uniform size.
degrees{<}{>}
Use > to rotate the image only if its width exceeds the height. < rotates the image only if its width is less than the height. For example, if you specify -90> and the image size is 480x640, the image is not rotated by the specified angle. However, if the image is 640x480, it is rotated by -90 degrees.
<width>x<height>
<x degrees>x<y degrees>
Shearing slides one edge of an image along the X or Y axis, creating a parallelogram. An X direction shear slides an edge along the X axis, while a Y direction shear slides an edge along the Y axis. The amount of the shear is controlled by a shear angle. For X direction shears, x degrees is measured relative to the Y axis, and similarly, for Y direction shears y degrees is measured relative to the X axis.
{+-}<x offset>{+-}<y offset>
A negative x offset rolls the image left-to-right. A negative y offset rolls the image top-to-bottom.