Crop
An image can be cropped in a number of ways.
- Crop from center will crop the image with respect to the center of the image. Parameters include width, height, offset from left, and offset from top.
- Crop Borders will crop the image from the sides. Parameters include from left, from right, from top, and from bottom.
- Crop From Coordinates will crop the image based on absolute coordinates.
- By selecting center image the cropped image will be centered, and only two parameters need to be entered as opposed to four.