Home
last modified time | relevance | path

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

1234567891011

/PHP-7.4/ext/gd/tests/
H A Dimagefilter_error8.phpt12 $image = tmpfile();
14 var_dump(imagefilter($image, IMG_FILTER_SELECTIVE_BLUR));
H A Dimagefilter_error9.phpt12 $image = tmpfile();
14 var_dump(imagefilter($image, IMG_FILTER_GAUSSIAN_BLUR));
H A Dimagegammacorrect_error2.phpt12 $image = tmpfile();
13 $gamma = imagegammacorrect($image, 1, 5);
H A Dimagecopyresampled_basic.phpt11 * Description: Copy and resize part of an image with resampling.
12 * Source code: ext/standard/image.c
21 // create a blank image
37 $percent = 0.5; // new image 50% of original
H A Dimagecolordeallocate_error1.phpt13 $image = imagecreatetruecolor(180, 30);
14 $white = imagecolorallocate($image, 255, 255, 255);
H A Dimagefilter_error11.phpt12 $image = tmpfile();
14 var_dump(imagefilter($image, IMG_FILTER_EDGEDETECT));
H A Dimagerectangle_error2.phpt13 $image = tmpfile();
16 imagerectangle( $image, 0, 0, 50, 50, 2 );
H A Dimageellipse_error7.phpt14 $image = tmpfile();
17 imageellipse($image, 200, 150, 300, 200, 16777215);
H A Dbug19366.phpt9 echo "Alive: create image\n";
38 //Header("Content-type: image/PNG");
46 Alive: create image
H A Dimageantialias_error2.phpt18 $image = imagecreatetruecolor(180, 30);
20 var_dump(imageantialias($image, 'wrong param')); // 'wrogn param' is converted to true
H A Dimagesetbrush_basic.phpt14 // Create the brush image
17 // Create the main image, 100x100
/PHP-7.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-mb.phpt30 [MimeType] => image/jpeg
39 [UserComment] => Exif test image.
45 [Thumbnail.MimeType] => image/jpeg
H A Dexif_read_exif_data_basic.phpt30 [MimeType] => image/jpeg
39 [UserComment] => Exif test image.
45 [Thumbnail.MimeType] => image/jpeg
H A Dexif002.phpt11 test1.jpg is a 1*1 image that does not contain any Exif/Comment information
12 test2.jpg is the same image but contains Exif/Comment information and a
/PHP-7.4/ext/standard/tests/image/
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
H A Dgetimagesize_variation4.phpt12 * Description: Get the size of an image as 4-element array
13 * Source code: ext/standard/image.c
H A Dgetimagesize_variation_005.phpt12 * Description: Get the size of an image as 4-element array
13 * Source code: ext/standard/image.c
H A Dgetimagesize_jpgapp.phpt6 * Description: Get the size of an image as 4-element array
7 * Source code: ext/standard/image.c
/PHP-7.4/ext/phar/tests/
H A Dphar_createdefaultstub.phpt66 'bmp' => 'image/bmp',
68 'gif' => 'image/gif',
72 'ico' => 'image/x-ico',
73 'jpe' => 'image/jpeg',
74 'jpg' => 'image/jpeg',
75 'jpeg' => 'image/jpeg',
85 'png' => 'image/png',
87 'tif' => 'image/tiff',
90 'xbm' => 'image/xbm',
360 'bmp' => 'image/bmp',
[all …]
H A Dphar_setdefaultstub.phpt86 'bmp' => 'image/bmp',
88 'gif' => 'image/gif',
92 'ico' => 'image/x-ico',
93 'jpe' => 'image/jpeg',
94 'jpg' => 'image/jpeg',
95 'jpeg' => 'image/jpeg',
105 'png' => 'image/png',
107 'tif' => 'image/tiff',
108 'tiff' => 'image/tiff',
110 'xbm' => 'image/xbm',
[all …]
/PHP-7.4/ext/xml/tests/
H A Dbug71592.phpt14 <!ENTITY pic PUBLIC "image.gif" "http://example.org/image.gif">
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dnophar.phar30 'bmp' => 'image/bmp',
32 'gif' => 'image/gif',
36 'ico' => 'image/x-ico',
37 'jpe' => 'image/jpeg',
38 'jpg' => 'image/jpeg',
39 'jpeg' => 'image/jpeg',
49 'png' => 'image/png',
51 'tif' => 'image/tiff',
52 'tiff' => 'image/tiff',
54 'xbm' => 'image/xbm',
H A Dopenssl.phar30 'bmp' => 'image/bmp',
32 'gif' => 'image/gif',
36 'ico' => 'image/x-ico',
37 'jpe' => 'image/jpeg',
38 'jpg' => 'image/jpeg',
39 'jpeg' => 'image/jpeg',
49 'png' => 'image/png',
51 'tif' => 'image/tiff',
52 'tiff' => 'image/tiff',
54 'xbm' => 'image/xbm',
/PHP-7.4/ext/phar/tests/files/
H A Dinclude_path2.phar30 'bmp' => 'image/bmp',
32 'gif' => 'image/gif',
36 'ico' => 'image/x-ico',
37 'jpe' => 'image/jpeg',
38 'jpg' => 'image/jpeg',
39 'jpeg' => 'image/jpeg',
49 'png' => 'image/png',
51 'tif' => 'image/tiff',
52 'tiff' => 'image/tiff',
54 'xbm' => 'image/xbm',

Completed in 42 milliseconds

1234567891011