(PHP 5 >= 5.5.0)
imagecropauto — Crop an image automatically using one of the available modes
$image
[, int $mode
= -1
[, float $threshold
= .5
[, int $color
= -1
]]] )
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.
mode
One of IMG_CROP_*
constants.
threshold
Used in IMG_CROP_THRESHOLD
mode.
color
Used in IMG_CROP_THRESHOLD
mode.
Return cropped image resource on success başarısızlık durumunda FALSE
döner.