Home
last modified time | relevance | path

Searched refs:image (Results 126 – 150 of 231) sorted by relevance

12345678910

/PHP-8.1/ext/standard/tests/image/
H A Dbug70052.phpt20 string(18) "image/vnd.wap.wbmp"
H A Dbug71848.phpt23 string(10) "image/jpeg"
H A Dgetimagesize_wbmp.phpt22 string(18) "image/vnd.wap.wbmp"
H A Dgetimagesize_256_ico.phpt24 string(24) "image/vnd.microsoft.icon"
H A Dgetimagesize_variation3.phpt2 Test getimagesize() function : variation - Passing non image files
9 //File containing forcibly corrupted bmp image
H A Dbug13213.phpt23 string(10) "image/jpeg"
H A Dgetimagesize_tif_mm.phpt22 string(10) "image/tiff"
H A Dbug72278.phpt25 string(10) "image/jpeg"
H A Dimage_type_to_mime_type_variation4.phpt22 string(24) "image/vnd.microsoft.icon"
/PHP-8.1/ext/phar/tests/zip/
H A Dfrontcontroller1.phar.phpt15 Content-type: image/jpeg
/PHP-8.1/ext/fileinfo/tests/
H A Dbug68735.phpt14 string(%d) "JPEG image data, JFIF standard 1.01, resolution (DPI), density 180x52, segment length 1…
/PHP-8.1/ext/gd/tests/
H A Dimagecreatefromstring_gif.phpt11 // create an image from a GIF string representation
H A Dimagecreatefromstring_png.phpt11 // create an image from a PNG string representation
H A Dimagecreatefromstring_webp.phpt11 // create an image from a WEBP string representation
H A Dimagecreatefromtga_basic.phpt11 // create an image from a TGA file
H A Dimagecreatefromtga_variation.phpt11 // create an image from a TGA file
H A Dimagecreatefrombmp_basic.phpt11 // create an image from a BMP file
H A Dcrafted_gd2.phpt2 Test max colors for a gd image.
H A Dimagecopyresampled_variation1.phpt13 /* create the source image */
26 /* create the destination image */
H A Dbug48801.phpt13 $bbox = imageftbbox(50, 0, $font, "image");
H A Dimagebmp_basic.phpt11 // create an image
H A Dimagepalettetotruecolor_basic.phpt2 does the imagepalettetotruecollor function really converts the image palette?
H A Dbug38179.phpt2 Bug #38179 (imagecopy from a palette to a truecolor image loses alpha channel)
/PHP-8.1/ext/gd/libgd/
H A Dgdft.c823 FT_Glyph image; local
1097 if (FT_Get_Glyph(slot, &image)) {
1106 FT_Glyph_Get_CBox(image, ft_glyph_bbox_gridfit, &glyph_bbox);
1142 FT_Done_Glyph(image);
1155 if (FT_Get_Glyph(slot, &image)) {
1165 …if (image->format != ft_glyph_format_bitmap && FT_Glyph_To_Bitmap(&image, ft_render_mode_normal, 0…
1166 FT_Done_Glyph(image);
1176 bm = (FT_BitmapGlyph) image;
1184 pen.x += image->advance.x >> 10;
1185 pen.y -= image->advance.y >> 10;
[all …]
/PHP-8.1/ext/exif/tests/
H A Dbug79282.phpt8 var_dump(exif_read_data('data://image/jpeg;base64,/9jhAAlFeGlmAAAg'));

Completed in 27 milliseconds

12345678910