(PHP 5 >= 5.5.0)
imagecrop — Crop an image using the given coordinates and size, x, y, width and height
$image
, array $rect
)
Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.
image
Una risorsa immagine, restituita da una delle funzioni di creazione immagine, come imagecreatetruecolor().
rect
Array with keys "x", "y", "width" and "height".
Return cropped image resource on success o FALSE
in caso di fallimento.