Home
last modified time | relevance | path

Searched refs:imagerotate (Results 1 – 13 of 13) sorted by relevance

/PHP-8.3/ext/gd/tests/
H A Dimagerotate_overflow.phpt2 imagerotate() overflow with negative numbers
7 if (!function_exists('imagerotate')) {
8 die("skip imagerotate() not available.");
16 $tmp = imagerotate ($im, 5, -9999999);
H A Dbug39366.phpt2 Bug #39366 (imagerotate does not respect alpha with angles>45)
7 if (!function_exists("imagerotate")) die("skip requires bundled GD library\n");
15 $rotate = imagerotate($im, 180, 0);
H A Dbug66882.phpt2 Bug #66882 (imagerotate by -90 degrees truncates image by 1px)
7 $im = imagerotate(imagecreate(10, 10), -90, 0);
H A Dbug24155.phpt7 if (!function_exists("imagerotate")) die("skip requires bundled GD library\n");
16 $im = imagerotate($im, 270, 255);
H A Dbug70976.phpt7 $img = imagerotate(imagecreate(10,10),45,0x7ffffff9);
H A Dbug65148.phpt2 Bug #65148 (imagerotate may alter image dimensions)
38 $imgr = imagerotate($img, -5, $t);
H A Dgh10614.phpt2 GH-10614 (imagerotate will turn the picture all black, when rotated 90)
19 $output = imagerotate($input, $angle, 0);
H A Dbug73272.phpt15 $dst = imagerotate($src, 60, 0xFFFFFF);
/PHP-8.3/ext/gd/
H A Dgd_arginfo.h604 ZEND_FUNCTION(imagerotate);
745 ZEND_FE(imagerotate, arginfo_imagerotate)
H A Dgd.stub.php534 function imagerotate(GdImage $image, float $angle, int $background_color): GdImage|false {} function
H A Dgd.c1186 PHP_FUNCTION(imagerotate) in PHP_FUNCTION() argument
/PHP-8.3/
H A DNEWS641 . Fixed bug GH-10614 (imagerotate will turn the picture all black, when
976 . Removed imagerotate "ignore_transparent" argument since it has no effect.
H A DUPGRADING277 . Changed imagerotate signature, removed the `ignore_transparent` argument

Completed in 42 milliseconds