Home
last modified time | relevance | path

Searched refs:image (Results 151 – 175 of 266) sorted by relevance

1234567891011

/PHP-7.4/ext/fileinfo/tests/
H A Dbug68735.phpt15 string(%d) "JPEG image data, JFIF standard 1.01, resolution (DPI), density 180x52, segment length 1…
/PHP-7.4/ext/standard/tests/image/
H A Dbug13213.phpt23 string(10) "image/jpeg"
H A Dbug72278.phpt26 string(10) "image/jpeg"
/PHP-7.4/ext/gd/tests/
H A Dimagecreatefromstring_webp.phpt10 // create an image from a WEBP string representation
H A Dimagecreatefromstring_gif.phpt10 // create an image from a GIF string representation
H A Dimagecreatefromstring_png.phpt10 // create an image from a PNG string representation
H A Dimagecolorstotal_error.phpt14 /* Prototype : int imagecolorstotal ( resource $image )
15 * Description: Find out the number of colors in an image's palette
H A Dimagecreatefromtga_basic.phpt10 // create an image from a TGA file
H A Dimagecreatefromtga_variation.phpt10 // create an image from a TGA file
H A Dbug48801.phpt12 $bbox = imageftbbox(50, 0, $font, "image");
H A Dimagebmp_basic.phpt10 // create an image
H A Dimagecreatefrombmp_basic.phpt10 // create an image from a BMP file
H A Dimagestring_error2.phpt2 Testing error on non-image resource parameter 1 of imagestring() of GD library
H A Dimagestringup_error2.phpt2 Testing error on non-image resource parameter 1 of imagestringup() of GD library
H A Dgd_info_basic.phpt14 * Source code: ext/standard/image.c
H A Dimagechar_error2.phpt2 Testing error on non-image resource parameter 1 of imagechar() of GD library
H A Dimagecharup_error2.phpt2 Testing error on non-image resource parameter 1 of imagecharup() of GD library
H A Dimagepalettetotruecolor_basic.phpt2 does the imagepalettetotruecollor function realy converts the image palette?
H A Dimagepalettetotruecolor_error3.phpt2 imagepalettetotruecollor must return an error if not an image resource is given
H A Dimagecopyresampled_variation1.phpt15 /* create the source image */
28 /* create the destination image */
/PHP-7.4/ext/phar/tests/zip/
H A Dfrontcontroller1.phar.phpt13 Content-type: image/jpeg
/PHP-7.4/ext/exif/tests/
H A Dbug79282.phpt6 var_dump(exif_read_data('data://image/jpeg;base64,/9jhAAlFeGlmAAAg'));
H A Dfloat_cast_overflow.phpt20 string(10) "image/tiff"
H A Dexif_imagetype_basic-mb.phpt12 * Description: Determine the type of an image
/PHP-7.4/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 …]

Completed in 44 milliseconds

1234567891011