cropimage - Crops an image by the given x, y, width and height paramters.
Crop an Image
xnumber
The x coordinate to crop from. Defaults to 0.
Example:
25ynumber
The y coordinate to crop from. Defaults to 0.
Example:
25widthnumber
The width of the crop region. Defaults to the images width.
Example:
25heightnumber
The height of the crop region. Defaults to the images height.
Example:
25filebinary
Image file to be processed.
