Home
last modified time | relevance | path

Searched refs:image (Results 201 – 225 of 274) sorted by relevance

1234567891011

/PHP-5.4/ext/gd/tests/
H A Dimagecolormatch_error4.phpt2 using different image sizes imagecolormatch() of GD library
H A Dbug27582_1.phpt2 Bug #27582 (ImageFillToBorder() on alphablending image looses alpha on fill color)
H A Dbug48801_1.phpt15 $bbox = imageftbbox(50, 0, $font, "image");
H A Dbug39780_extern.phpt2 Bug #39780 (PNG image with CRC/data error raises a fatal error)
H A Dimagecolorset_basic.phpt14 // Create a 300x100 image
H A Dbug39780.phpt2 Bug #39780 (PNG image with CRC/data error raises a fatal error)
H A Dimagecolorallocate_basic.phpt15 * Description: Allocate a color for an image
H A Dimageistruecolor_error1.phpt12 $image = imagecreatetruecolor(180, 30);
H A Dlibgd00186.phpt2 libgd #186 (Tiling true colour with palette image does not work)
/PHP-5.4/sapi/cli/tests/
H A Dphp_cli_server_011.phpt30 if (("Content-Type: image/gif") == trim(fgets($fp))) {
/PHP-5.4/ext/exif/tests/
H A Dbug34704.phpt25 string(10) "image/jpeg"
H A Dexif007.phpt23 string(10) "image/jpeg"
H A Dbug68799.phpt48 [MimeType] => image/jpeg
H A Dexif024.phpt23 string(10) "image/jpeg"
H A Dexif025.phpt23 string(10) "image/jpeg"
H A Dexif008.phpt23 string(10) "image/jpeg"
H A Dexif009.phpt23 string(10) "image/jpeg"
H A Dexif010.phpt23 string(10) "image/jpeg"
H A Dexif011.phpt23 string(10) "image/jpeg"
/PHP-5.4/ext/standard/tests/image/
H A Dgetimagesize_246x247.phpt40 string(9) "image/png"
H A Dgetimagesize_384x385.phpt40 string(9) "image/png"
H A Dgetimagesize_variation2.phpt12 * Description: Get the size of an image as 4-element array
13 * Source code: ext/standard/image.c
/PHP-5.4/ext/standard/tests/file/
H A Dstream_rfc2397_003.phpt12 'stream_rfc2397_003.gif' => 'data://image/gif;base64,R0lGODdhMAAwAPAAAAAAAP///ywAAAAAMAAw
/PHP-5.4/
H A DREADME.EXT_SKEL154 bool module_name_drawtext(resource image, string text, resource font, int x, int y [, int color])
160 /* {{{ proto bool module_name_drawtext(resource image, string text, resource font, int x, int y [, …
172 zval *image = NULL;
175 …if (zend_parse_parameters(argc TSRMLS_CC, "rsrll|l", &image, &text, &text_len, &font, &x, &y, &col…
178 if (image) {
179 ZEND_FETCH_RESOURCE(???, ???, image, image_id, "???", ???_rsrc_id);
/PHP-5.4/ext/exif/
H A Dtest.txt23 $image = exif_thumbnail($file);
24 if ( $image!==false) {
25 @Header("content-type: image/jpeg");
26 echo $image;
312 $image = exif_read_data($file,'COMMENT,IFD0,EXIF,APP12',true);
316 if ( $image === false) {
321 foreach($image as $Name => $Value) {

Completed in 35 milliseconds

1234567891011