Searched refs:IMG_CROP_THRESHOLD (Results 1 – 5 of 5) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | imagecrop_auto.phpt | 56 echo "IMG_CROP_THRESHOLD\n"; 58 $im_crop = imagecropauto($im, IMG_CROP_THRESHOLD, 0.1, 0x0); 84 IMG_CROP_THRESHOLD
|
H A D | bug72494.phpt | 12 fn() => imagecropauto($im, IMG_CROP_THRESHOLD, 0, 1337)
|
H A D | bug73291.phpt | 18 $dst = imagecropauto($src, IMG_CROP_THRESHOLD, $threshold, $white);
|
H A D | bug77198_threshold.phpt | 23 $cropped = imagecropauto($orig, IMG_CROP_THRESHOLD, 1, 0xffffff);
|
/PHP-8.3/ext/gd/ |
H A D | gd.stub.php | 207 const IMG_CROP_THRESHOLD = UNKNOWN; define
|
Completed in 9 milliseconds