(PHP 5 >= 5.5.0)
imagecrop — Crop an image using the given coordinates and size, x, y, width and height
$image
, array $rect
)
Bu işlev hala belgelendirilmemiştir; sadece değiştirge listesi mevcuttur.
resim
imagecreatetruecolor() gibi bir resim oluşturma işlevinden dönen bir resim verisi.
rect
Array with keys "x", "y", "width" and "height".
Return cropped image resource on success başarısızlık durumunda FALSE
döner.