Home
last modified time | relevance | path

Searched refs:gd (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/php-src/ext/gd/
H A Dconfig.w323 ARG_WITH("gd", "Bundled GD support", "yes,shared");
13 CHECK_HEADER_ADD_INCLUDE("gd.h", "CFLAGS_GD", PHP_GD + ";ext\\gd\\libgd") &&
17 …(CHECK_LIB("libiconv_a.lib;libiconv.lib", "gd", PHP_GD) || CHECK_LIB("iconv_a.lib;iconv.lib", "gd"…
21 CHECK_LIB("libXpm_a.lib", "gd", PHP_GD) &&
26 if ((CHECK_LIB("libwebp_a.lib", "gd", PHP_GD) || CHECK_LIB("libwebp.lib", "gd", PHP_GD)) &&
36 if (CHECK_LIB("avif_a.lib", "gd", PHP_GD) &&
37 CHECK_LIB("aom_a.lib", "gd", PHP_GD) &&
47 CHECK_LIB("User32.lib", "gd", PHP_GD);
48 CHECK_LIB("Gdi32.lib", "gd", PHP_GD);
50 EXTENSION("gd", "gd.c", null, "-Iext/gd/libgd");
[all …]
H A Dconfig.m44 PHP_ARG_ENABLE([gd],
6 [AS_HELP_STRING([--enable-gd],
9 PHP_ARG_WITH([external-gd],
11 [AS_HELP_STRING([--with-external-gd],
57 PHP_ARG_ENABLE([gd-jis-conv],
59 [AS_HELP_STRING([--enable-gd-jis-conv],
160 #include <gd.h>
235 PHP_NEW_EXTENSION(gd, gd.c $extra_sources, $ext_shared,, \\$(GD_CFLAGS))
252 PHP_NEW_EXTENSION(gd, gd.c $extra_sources, $ext_shared)
253 PHP_INSTALL_HEADERS([ext/gd], [php_gd.h])
[all …]
H A Dphp_gd.h114 PHP_MINFO_FUNCTION(gd);
115 PHP_MINIT_FUNCTION(gd);
116 PHP_MSHUTDOWN_FUNCTION(gd);
117 PHP_RSHUTDOWN_FUNCTION(gd);
/php-src/ext/gd/tests/
H A Dlibgd00101.phpt4 gd
11 $im = imagecreatefromgd(__DIR__ . '/libgd00101.gd');
18 Warning: imagecreatefromgd(): "%slibgd00101.gd" is not a valid GD file in %slibgd00101.php on line …
H A Dlibgd00086.phpt4 gd
16 Warning: imagecreatefrompng(): gd-png: fatal libpng error: Read Error: truncated data in %s on lin…
18 Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition in %s on line %d
H A Dbug39780.phpt4 gd
16 Warning: imagecreatefrompng(): gd-png: fatal libpng error: Read Error: truncated data in %s on lin…
18 Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition in %s on line %d
H A Dlibgd00086_extern.phpt4 gd
19 Warning: imagecreatefrompng(): gd-png: fatal libpng error: Read Error: truncated data%win %s on lin…
21 Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition %d%win %s on line %d
H A Dbug39780_extern.phpt4 gd
19 Warning: imagecreatefrompng(): gd-png: fatal libpng error: Read Error: truncated data%win %s on lin…
21 Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition %d%win %s on line %d
H A Dbug45799.phpt4 gd
18 Warning: imagepng(): gd-png error: no colors in palette%win %s on line %d
H A Dcrafted_gd2.phpt2 Test max colors for a gd image.
4 gd
H A Dgh13082.phpt4 gd
11 if (!($font instanceof GdFont)) die("invalid gd font");
H A Dbug72339.phpt4 gd
20 $fname = __DIR__ . DIRECTORY_SEPARATOR . "bug72339.gd";
46 Warning: imagecreatefromgd2(): "%sbug72339.gd" is not a valid GD2 file in %sbug72339.php on line %d
H A Dbug77195.phpt4 gd
16 Warning: imagecreatefromjpeg(): gd-jpeg: JPEG library reports unrecoverable error: JPEG datastream …
H A Dcreatefromgd2.phpt4 gd
10 if (!function_exists('imagecreatefromgd2')) die("skip gd extension not available\n");
H A Dimagetypes_bmp.phpt4 gd
H A Dimagetypes_tga.phpt4 gd
H A Dbug44849.phpt4 gd
H A Dbug72696.phpt4 gd
H A Dbug39082.phpt4 gd
H A Dbug71952.phpt4 gd
H A Dbug72227.phpt4 gd
H A Dbug79067.phpt4 gd
H A Dbug72298.phpt4 gd
H A Dbug72337.phpt4 gd
H A Dbug72596.phpt4 gd

Completed in 44 milliseconds

12345678910>>...13