Home
last modified time | relevance | path

Searched refs:imagecropauto (Results 1 – 10 of 10) sorted by relevance

/PHP-8.0/ext/gd/tests/
H A Dimagecrop_auto.phpt2 Testing imagecropauto()
5 if ( ! extension_loaded('gd') || !function_exists('imagecrop')) die( 'skip GD imagecropauto not pre…
13 $im_crop = imagecropauto($im, IMG_CROP_DEFAULT);
20 $im_crop = imagecropauto($im, IMG_CROP_DEFAULT);
27 $im_crop = imagecropauto($im, IMG_CROP_SIDES);
34 $im_crop = imagecropauto($im, IMG_CROP_SIDES);
41 $im_crop = imagecropauto($im, IMG_CROP_BLACK);
50 $im_crop = imagecropauto($im, IMG_CROP_BLACK);
56 $im_crop = imagecropauto($im, IMG_CROP_THRESHOLD, 0.1, 0x0);
H A Dbug72494.phpt2 Bug #72494 (imagecropauto out-of-bounds access)
14 fn() => imagecropauto($im, IMG_CROP_THRESHOLD, 0, 1337)
19 !! [ValueError] imagecropauto(): Argument #4 ($color) must be greater than or equal to 0 when using…
H A Dbug77200.phpt2 Bug #77200 (imagecropauto(…, GD_CROP_SIDES) crops left but not right)
21 $cropped = imagecropauto($orig, IMG_CROP_SIDES);
29 $cropped = imagecropauto($orig, IMG_CROP_SIDES);
H A Dbug73291.phpt2 Bug #73291 (imagecropauto() $threshold differs from external libgd)
20 $dst = imagecropauto($src, IMG_CROP_THRESHOLD, $threshold, $white);
H A Dbug77198_threshold.phpt22 $cropped = imagecropauto($orig, IMG_CROP_THRESHOLD, 1, 0xffffff);
H A Dbug77198_auto.phpt25 $cropped = imagecropauto($orig, IMG_CROP_SIDES);
/PHP-8.0/ext/gd/
H A Dgd_arginfo.h689 ZEND_FUNCTION(imagecropauto);
830 ZEND_FE(imagecropauto, arginfo_imagecropauto)
H A Dgd.stub.php241 function imagecropauto(GdImage $image, int $mode = IMG_CROP_DEFAULT, float $threshold = 0.5, int $c… function
H A Dgd.c3632 PHP_FUNCTION(imagecropauto) in PHP_FUNCTION() argument
/PHP-8.0/
H A DUPGRADING325 . The default $mode parameter of imagecropauto() no longer accepts -1.

Completed in 39 milliseconds