(PHP 5 >= 5.5.0)
imagecrop — Crop an image using the given coordinates and size, x, y, width and height
$image
, array $rect
)
Esta função não está documentada; somente a lista de argumentos está disponível.
imageAn image resource, returned by one of the image creation functions, such as imagecreatetruecolor().
rectArray with keys "x", "y", "width" and "height".
Return cropped image resource on success ou FALSE em caso de falha.