Home
last modified time | relevance | path

Searched refs:IMG_CROP_THRESHOLD (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/gd/tests/
H A Dimagecrop_auto.phpt56 echo "IMG_CROP_THRESHOLD\n";
58 $im_crop = imagecropauto($im, IMG_CROP_THRESHOLD, 0.1, 0x0);
84 IMG_CROP_THRESHOLD
H A Dbug72494.phpt12 fn() => imagecropauto($im, IMG_CROP_THRESHOLD, 0, 1337)
H A Dbug73291.phpt18 $dst = imagecropauto($src, IMG_CROP_THRESHOLD, $threshold, $white);
H A Dbug77198_threshold.phpt23 $cropped = imagecropauto($orig, IMG_CROP_THRESHOLD, 1, 0xffffff);
/PHP-8.3/ext/gd/
H A Dgd.stub.php207 const IMG_CROP_THRESHOLD = UNKNOWN; define

Completed in 13 milliseconds