Home
last modified time | relevance | path

Searched refs:IMG_CROP_THRESHOLD (Results 1 – 5 of 5) sorted by last modified time

/php-src/ext/gd/tests/
H A Dimagecrop_auto.phpt59 echo "IMG_CROP_THRESHOLD\n";
61 $im_crop = imagecropauto($im, IMG_CROP_THRESHOLD, 0.1, 0x0);
87 IMG_CROP_THRESHOLD
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);
H A Dbug72494.phpt12 fn() => imagecropauto($im, IMG_CROP_THRESHOLD, 0, 1337)
/php-src/ext/gd/
H A Dgd.stub.php207 const IMG_CROP_THRESHOLD = UNKNOWN; define

Completed in 14 milliseconds