Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/tests/
H A Dbug72337.phpt2 #72337 segfault in imagescale with new dimensions being <=0)
5 if (!function_exists('imagescale')) die("skip gd extension not available\n");
10 imagescale($im, 0, 0, IMG_BICUBIC_FIXED);
H A Dbug72227.phpt2 Bug #72227: imagescale out-of-bounds read
11 imagescale($img, 13, 1, IMG_BICUBIC);
H A Dbug69024.phpt2 Bug #69024 (imagescale segfault with palette based image)
10 imagescale($im, 32, 32, IMG_BICUBIC);
H A Dbug73272.phpt2 Bug #73272 (imagescale() is not affected by, but affects imagesetinterpolation())
16 imagescale($src, 200, 200, IMG_BILINEAR_FIXED);
H A Dbug72512_0.phpt17 imagescale($img, 1, 65535);
H A Dbug73279.phpt14 $dst = imagescale($src, 200, 200, IMG_BILINEAR_FIXED);
H A Dbug73279_old.phpt14 $dst = imagescale($src, 200, 200, IMG_BILINEAR_FIXED);
H A Dbug77269.phpt14 imagescale($im, 1, 1, IMG_TRIANGLE);
/PHP-5.6/ext/gd/
H A Dphp_gd.h132 PHP_FUNCTION(imagescale);
H A Dgd.c941 PHP_FE(imagescale, arginfo_imagescale)
5171 PHP_FUNCTION(imagescale) in PHP_FUNCTION() argument
/PHP-5.6/
H A DNEWS8 . Fixed bug #77269 (efree() on uninitialized Heap data in imagescale leads to
213 . Fixed bug #73272 (imagescale() is not affected by, but affects
1172 . Fixed bug #70064 (imagescale(..., IMG_BICUBIC) leaks memory). (cmb)
1173 . Fixed bug #69024 (imagescale segfault with palette based image). (cmb)
1857 . Fixed bug #65171 (imagescale() fails without height param). (Remi)
2177 . Fixed bug #66887 (imagescale - poor quality of scaled image). (Remi)
2178 . Fixed bug #66890 (imagescale segfault). (Remi)
2179 . Fixed bug #66893 (imagescale ignore method argument). (Remi)
2842 . Fixed bug #66887 (imagescale - poor quality of scaled image). (Remi)
2843 . Fixed bug #66890 (imagescale segfault). (Remi)
[all …]

Completed in 60 milliseconds