Home
last modified time | relevance | path

Searched refs:image (Results 176 – 200 of 274) sorted by relevance

1234567891011

/PHP-5.4/ext/gd/tests/
H A Dbug39082.phpt2 Bug #39082 (Output image to stdout segfaults).
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 Dbug45799.phpt2 Bug #45799 (imagepng() crashes on empty image).
H A Dcrafted_gd2.phpt2 Test max colors for a gd image.
H A Dbug37360.phpt2 Bug #37360 (gdimagecreatefromgif, bad image sizes)
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 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 Dimageinterlace_error1.phpt13 $image = imagecreatetruecolor(100, 100);
H A Dbug38179.phpt2 Bug #38179 (imagecopy from a palette to a truecolor image loses alpha channel)
H A Dbug39273.phpt2 Bug #37360 (gdimagecreatefromgif, bad image sizes)
H A Dbug48801.phpt15 $bbox = imageftbbox(50, 0, $font, "image");
/PHP-5.4/ext/standard/tests/image/
H A Dbug13213.phpt22 string(10) "image/jpeg"
/PHP-5.4/ext/phar/tests/
H A Dfrontcontroller1.phpt12 Content-type: image/jpeg
/PHP-5.4/sapi/cli/tests/
H A Dbug61977.phpt49 foo.svg => Content-Type: image/svg+xml
52 foo.png => Content-Type: image/png
/PHP-5.4/ext/phar/tests/tar/
H A Dfrontcontroller1.phar.phpt12 Content-type: image/jpeg
/PHP-5.4/ext/fileinfo/tests/
H A Dbug68735.phpt15 string(%d) "JPEG image data, JFIF standard 1.01, comment: "%S""
H A Dfinfo_file_stream_001.phpt26 string(9) "image/png"
/PHP-5.4/ext/phar/tests/cache_list/
H A Dfrontcontroller1.phpt14 Content-type: image/jpeg
/PHP-5.4/ext/phar/tests/zip/
H A Dfrontcontroller1.phar.phpt13 Content-type: image/jpeg
/PHP-5.4/sapi/thttpd/
H A Dthttpd_patch1067 -gif image/gif
1068 -jpg image/jpeg
1070 -jpe image/jpeg
1072 -tif image/tiff
1081 -ief image/ief
1082 -png image/png
1240 +bmp image/bmp
1241 +gif image/gif
1242 +ief image/ief
1244 +jpg image/jpeg
[all …]
/PHP-5.4/ext/exif/tests/
H A Dexif_imagetype_basic.phpt12 * Description: Determine the type of an image
/PHP-5.4/ext/gd/libgd/
H A Dgdft.c781 FT_Glyph image; local
1055 FT_Get_Glyph(slot, &image);
1057 FT_Glyph_Get_CBox(image, ft_glyph_bbox_gridfit, &glyph_bbox);
1094 …if (image->format != ft_glyph_format_bitmap && FT_Glyph_To_Bitmap(&image, ft_render_mode_normal, 0…
1095 FT_Done_Glyph(image);
1105 bm = (FT_BitmapGlyph) image;
1113 pen.x += image->advance.x >> 10;
1114 pen.y -= image->advance.y >> 10;
1118 FT_Done_Glyph(image);

Completed in 44 milliseconds

1234567891011