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