Searched refs:gd (Results 1 – 25 of 303) sorted by relevance
12345678910>>...13
/PHP-8.1/ext/gd/ |
H A D | config.w32 | 3 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)) && 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"); 51 ADD_SOURCES("ext/gd/libgd", "gd2copypal.c gd.c \ [all …]
|
H A D | config.m4 | 4 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], 190 PHP_NEW_EXTENSION(gd, gd.c $extra_sources, $ext_shared,, \\$(GD_CFLAGS)) 193 GD_HEADER_DIRS="ext/gd/ ext/gd/libgd/" 207 PHP_NEW_EXTENSION(gd, gd.c $extra_sources, $ext_shared) 208 GD_HEADER_DIRS="ext/gd/" [all …]
|
H A D | php_gd.h | 85 PHP_MINFO_FUNCTION(gd); 86 PHP_MINIT_FUNCTION(gd); 87 PHP_MSHUTDOWN_FUNCTION(gd); 88 PHP_RSHUTDOWN_FUNCTION(gd);
|
/PHP-8.1/ext/gd/tests/ |
H A D | libgd00101.phpt | 4 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 D | libgd00086.phpt | 4 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 D | libgd00086_extern.phpt | 4 gd 16 Warning: imagecreatefrompng(): gd-png: fatal libpng error: Read Error: truncated data%win %s on lin… 18 Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition %d%win %s on line %d
|
H A D | bug39780.phpt | 4 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 D | bug39780_extern.phpt | 4 gd 16 Warning: imagecreatefrompng(): gd-png: fatal libpng error: Read Error: truncated data%win %s on lin… 18 Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition %d%win %s on line %d
|
H A D | bug45799.phpt | 4 gd 12 Warning: imagepng(): gd-png error: no colors in palette%win %s on line %d
|
H A D | crafted_gd2.phpt | 2 Test max colors for a gd image. 4 gd
|
H A D | bug77195.phpt | 4 gd 16 Warning: imagecreatefromjpeg(): gd-jpeg: JPEG library reports unrecoverable error: JPEG datastream …
|
H A D | bug72339.phpt | 4 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 D | createfromgd2.phpt | 4 gd 10 if (!function_exists('imagecreatefromgd2')) die("skip gd extension not available\n");
|
H A D | imagetypes_bmp.phpt | 4 gd
|
H A D | imagetypes_tga.phpt | 4 gd
|
H A D | bug39082.phpt | 4 gd
|
H A D | bug44849.phpt | 4 gd
|
H A D | bug72696.phpt | 4 gd
|
H A D | bug71952.phpt | 4 gd
|
H A D | bug72227.phpt | 4 gd
|
H A D | bug72298.phpt | 4 gd
|
H A D | bug72337.phpt | 4 gd
|
H A D | bug79067.phpt | 4 gd
|
H A D | bug72596.phpt | 4 gd
|
H A D | bug76041.phpt | 4 gd
|
Completed in 22 milliseconds
12345678910>>...13