Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/tests/
H A Dimagerotate_overflow.phpt2 imagerotate() overflow with negative numbers
9 if (!function_exists('imagerotate')) {
10 die("skip imagerotate() not available.");
18 $tmp = imagerotate ($im, 5, -9999999);
H A Dbug39366.phpt2 Bug #39366 (imagerotate does not respect alpha with angles>45)
6 if (!function_exists("imagerotate")) die("skip requires bundled GD library\n");
14 $rotate = imagerotate($im, 180, 0);
H A Dbug24155.phpt8 if (!function_exists("imagerotate")) die("skip requires bundled GD library\n");
17 $im = imagerotate($im, 270, 255);
H A Dbug70976.phpt9 $img = imagerotate(imagecreate(10,10),45,0x7ffffff9);
/PHP-5.5/ext/gd/
H A Dphp_gd.h122 PHP_FUNCTION(imagerotate);
H A Dgd.c922 PHP_FE(imagerotate, arginfo_imagerotate)
2077 PHP_FUNCTION(imagerotate) in PHP_FUNCTION() argument
/PHP-5.5/
H A DUPGRADING429 imagerotate and imageaffine:
H A DNEWS1745 imagerotate). (Pierre)
1999 . Fixed Bug #64962 (imagerotate produces corrupted image). (Remi)
5993 - Added compatibility mode in GD, imagerotate, image(filled)ellipse
6507 - Fixed security issue in imagerotate(), background colour isn't validated
8010 - Fixed bug #39366 (imagerotate does not use alpha with angle > 45 degrees)

Completed in 52 milliseconds