(PHP 5 >= 5.5.0, PHP 7)
imagecrop — Crop an image using the given coordinates and size, x, y, width and height
$image
, array $rect
)
本函数还未编写文档,仅有参数列表。
image
由图象创建函数(例如imagecreatetruecolor())返回的图象资源。
rect
Array with keys "x", "y", "width" and "height".
Return cropped image resource on success 或者在失败时返回 FALSE
.