Home
last modified time | relevance | path

Searched refs:imagescale (Results 1 – 16 of 16) sorted by relevance

/PHP-8.1/ext/gd/tests/
H A Dimagescale_preserve_ratio.phpt10 $thumbnail = imagescale($img, 64, -1, IMG_BICUBIC);
14 $thumbnail = imagescale($img, -1, 64, IMG_BICUBIC);
20 $thumbnail = imagescale($img, 64, -1, IMG_BICUBIC);
24 $thumbnail = imagescale($img, -1, 64, IMG_BICUBIC);
30 $thumbnail = imagescale($img, 64, -1, IMG_BICUBIC);
34 $thumbnail = imagescale($img, -1, 64, IMG_BICUBIC);
H A Dbug79676.phpt2 Bug #79676 (imagescale adds black border with IMG_BICUBIC)
19 test(imagescale($src, $size * 2, $size * 2), 'Scale 200%, default mode');
20 test(imagescale($src, $size / 2, $size / 2), 'Scale 50%, default mode');
21 test(imagescale($src, $size * 2, $size * 2, IMG_BICUBIC), 'Scale 200%, IMG_BICUBIC mode');
22 test(imagescale($src, $size / 2, $size / 2, IMG_BICUBIC), 'Scale 50%, IMG_BICUBIC mode');
H A Dbug77272.phpt2 Bug #77272 (imagescale() may return image resource on failure)
16 var_dump(imagescale($img, 1, 1, IMG_TRIANGLE));
19 Warning: imagescale():%S %croduct of memory allocation multiplication would exceed INT_MAX, failing…
H A Dbug72227.phpt2 Bug #72227: imagescale out-of-bounds read
9 imagescale($img, 13, 1, IMG_BICUBIC);
H A Dbug72337.phpt2 #72337 segfault in imagescale with new dimensions being <=0)
8 imagescale($im, 0, 0, IMG_BICUBIC_FIXED);
H A Dbug69024.phpt2 Bug #69024 (imagescale segfault with palette based image)
8 imagescale($im, 32, 32, IMG_BICUBIC);
H A Dbug73281.phpt2 Bug #73281 (imagescale(…, IMG_BILINEAR_FIXED) can cause black border)
16 $dst = imagescale($src, 200, 200, IMG_BILINEAR_FIXED);
26 $dst = imagescale($src, 200, 200, IMG_BILINEAR_FIXED);
H A Dbug73957.phpt2 Bug #73957 (signed integer conversion in imagescale())
12 $im = imagescale($im, 0x100000001, 1);
H A Dbug73272.phpt2 Bug #73272 (imagescale() is not affected by, but affects imagesetinterpolation())
14 imagescale($src, 200, 200, IMG_BILINEAR_FIXED);
H A Dbug77269.phpt15 imagescale($im, 1, 1, IMG_TRIANGLE);
19 Warning: imagescale():%S Product of memory allocation multiplication would exceed INT_MAX, failing …
H A Dbug72512_0.phpt18 imagescale($img, 1, 65535);
H A Dbug73279.phpt15 $dst = imagescale($src, 200, 200, IMG_BILINEAR_FIXED);
H A Dbug73279_old.phpt15 $dst = imagescale($src, 200, 200, IMG_BILINEAR_FIXED);
/PHP-8.1/ext/gd/
H A Dgd_arginfo.h711 ZEND_FUNCTION(imagescale);
858 ZEND_FE(imagescale, arginfo_imagescale)
H A Dgd.stub.php308 function imagescale(GdImage $image, int $width, int $height = -1, int $mode = IMG_BILINEAR_FIXED): … function
H A Dgd.c3751 PHP_FUNCTION(imagescale) in PHP_FUNCTION() argument

Completed in 33 milliseconds