Home
last modified time | relevance | path

Searched refs:image (Results 101 – 125 of 274) sorted by relevance

1234567891011

/PHP-5.4/ext/standard/tests/image/
H A Dgetimagesize_variation_003.phpt2 Test getimagesize() function : variation - Passing non image files
6 * Description: Get the size of an image as 4-element array
7 * Source code: ext/standard/image.c
15 //File containing forcibly corrupted bmp image
H A Dgetimagesizefromstring1.phpt31 string(9) "image/gif"
47 string(9) "image/gif"
H A Dgetimagesize_variation3.phpt2 Test getimagesize() function : variation - Passing non image files
6 * Description: Get the size of an image as 4-element array
7 * Source code: ext/standard/image.c
15 //File containing forcibly corrupted bmp image
/PHP-5.4/ext/exif/tests/
H A Dexif003.phpt17 test1.jpg is a 1*1 image that does not contain any Exif/Comment information
18 test2.jpg is the same image but contains Exif/Comment information and a
37 string(10) "image/jpeg"
66 string(10) "image/jpeg"
H A Dexif_read_exif_data_basic.phpt28 [MimeType] => image/jpeg
37 [UserComment] => Exif test image.
43 [Thumbnail.MimeType] => image/jpeg
/PHP-5.4/ext/gd/tests/
H A Dimagefilter_error13.phpt12 $image = imagecreatetruecolor(180, 30);
14 var_dump(imagefilter($image, IMG_FILTER_COLORIZE, 800, 255, 255)); // Wrong value is truncated to 2…
H A Dimagecreatetruecolor_basic.phpt12 $image = imagecreatetruecolor(180, 30);
15 imagepng($image, null, 9);
H A Dimagefilter_error1.phpt12 $image = imagecreatetruecolor(180, 30);
14 var_dump(imagefilter($image));
H A Dimagecopyresampled_basic.phpt12 * Description: Copy and resize part of an image with resampling.
13 * Source code: ext/standard/image.c
22 // create a blank image
38 $percent = 0.5; // new image 50% of original
H A Dimagechar_error3.phpt12 $image = imagecreatetruecolor(180, 30);
13 $result = imagechar($image, 'string', 5, 5, 'C', 1);
H A Dimagechar_error4.phpt12 $image = imagecreatetruecolor(180, 30);
13 $result = imagechar($image, 1, 'string', 5, 'C', 1);
H A Dimagechar_error5.phpt12 $image = imagecreatetruecolor(180, 30);
13 $result = imagechar($image, 1, 5, 'string', 'C', 1);
H A Dimagechar_error7.phpt12 $image = imagecreatetruecolor(180, 30);
13 $result = imagechar($image, 1, 5, 5, 'C', 'font');
H A Dimagecharup_error3.phpt12 $image = imagecreatetruecolor(180, 30);
13 $result = imagecharup($image, 'string', 5, 5, 'C', 1);
H A Dimagegammacorrect_error2.phpt12 $image = tmpfile();
13 $gamma = imagegammacorrect($image, 1, 5);
H A Dimagegammacorrect_error4.phpt12 $image = imagecreatetruecolor(180, 30);
13 $gamma = imagegammacorrect($image, 1, 'string');
H A Dimagestring_error3.phpt12 $image = imagecreatetruecolor(180, 30);
13 $result = imagestring($image, 'string', 5, 5, 'String', 1);
H A Dimagestring_error4.phpt12 $image = imagecreatetruecolor(180, 30);
13 $result = imagestring($image, 1, 'string', 5, 'String', 1);
H A Dimagestring_error5.phpt12 $image = imagecreatetruecolor(180, 30);
13 $result = imagestring($image, 1, 5, 'string', 'String', 1);
H A Dimagestring_error7.phpt12 $image = imagecreatetruecolor(180, 30);
13 $result = imagestring($image, 1, 5, 5, 'String', 'font');
H A Dimagestringup_error3.phpt12 $image = imagecreatetruecolor(180, 30);
13 $result = imagestringup($image, 'string', 5, 5, 'String', 1);
H A Dimagestringup_error4.phpt12 $image = imagecreatetruecolor(180, 30);
13 $result = imagestringup($image, 1, 'string', 5, 'String', 1);
H A Dimagestringup_error5.phpt12 $image = imagecreatetruecolor(180, 30);
13 $result = imagestring($image, 1, 5, 'string', 'String', 1);
H A Dimagestringup_error7.phpt12 $image = imagecreatetruecolor(180, 30);
13 $result = imagestringup($image, 1, 5, 5, 'String', 'font');
H A Dimagecharup_error4.phpt12 $image = imagecreatetruecolor(180, 30);
13 $result = imagecharup($image, 1, 'string', 5, 'C', 1);

Completed in 25 milliseconds

1234567891011