Searched refs:imagecropauto (Results 1 – 9 of 9) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | imagecrop_auto.phpt | 2 Testing imagecropauto() 7 if (!function_exists('imagecrop')) die( 'skip GD imagecropauto not present; skipping test' ); 15 $im_crop = imagecropauto($im, IMG_CROP_DEFAULT); 22 $im_crop = imagecropauto($im, IMG_CROP_DEFAULT); 29 $im_crop = imagecropauto($im, IMG_CROP_SIDES); 36 $im_crop = imagecropauto($im, IMG_CROP_SIDES); 43 $im_crop = imagecropauto($im, IMG_CROP_BLACK); 52 $im_crop = imagecropauto($im, IMG_CROP_BLACK); 58 $im_crop = imagecropauto($im, IMG_CROP_THRESHOLD, 0.1, 0x0);
|
H A D | bug72494.phpt | 2 Bug #72494 (imagecropauto out-of-bounds access) 12 fn() => imagecropauto($im, IMG_CROP_THRESHOLD, 0, 1337) 17 !! [ValueError] imagecropauto(): Argument #4 ($color) must be greater than or equal to 0 when using…
|
H A D | bug77200.phpt | 2 Bug #77200 (imagecropauto(…, GD_CROP_SIDES) crops left but not right) 22 $cropped = imagecropauto($orig, IMG_CROP_SIDES); 30 $cropped = imagecropauto($orig, IMG_CROP_SIDES);
|
H A D | bug73291.phpt | 2 Bug #73291 (imagecropauto() $threshold differs from external libgd) 18 $dst = imagecropauto($src, IMG_CROP_THRESHOLD, $threshold, $white);
|
H A D | bug77198_threshold.phpt | 23 $cropped = imagecropauto($orig, IMG_CROP_THRESHOLD, 1, 0xffffff);
|
H A D | bug77198_auto.phpt | 26 $cropped = imagecropauto($orig, IMG_CROP_SIDES);
|
/PHP-8.3/ext/gd/ |
H A D | gd_arginfo.h | 709 ZEND_FUNCTION(imagecropauto); 856 ZEND_FE(imagecropauto, arginfo_imagecropauto)
|
H A D | gd.stub.php | 767 function imagecropauto(GdImage $image, int $mode = IMG_CROP_DEFAULT, float $threshold = 0.5, int $c… function
|
H A D | gd.c | 3557 PHP_FUNCTION(imagecropauto) in PHP_FUNCTION() argument
|
Completed in 20 milliseconds