(PHP 5 >= 5.5.0, PHP 7)
Crop an image using the given coordinates and size, x, y, width and height
resource imagecrop ( resource $image, array $rect )
Parameters:
image
An image resource, returned by one of the image creation functions, such as imagecreatetruecolor().
rect
Array with keys "x", "y", "width" and "height".