Searched refs:imagepng (Results 1 – 25 of 33) sorted by relevance
12
/PHP-8.0/ext/gd/tests/ |
H A D | bug45799.phpt | 2 Bug #45799 (imagepng() crashes on empty image). 10 imagepng($img); 14 Warning: imagepng(): gd-png error: no colors in palette in %s on line %d
|
H A D | imagefilter.phpt | 28 imagepng($im, $SAVE_DIR."/".$filt. ".png"); 39 imagepng($im, $SAVE_DIR . "/IMG_FILTER_SMOOTH.png"); 49 imagepng($im, $SAVE_DIR . "/IMG_FILTER_COLORIZE.png"); 59 imagepng($im, $SAVE_DIR . "/IMG_FILTER_CONTRAST.png"); 69 imagepng($im, $SAVE_DIR . "/IMG_FILTER_BRIGHTNESS.png"); 79 imagepng($im, $SAVE_DIR . "/IMG_FILTER_PIXELATE.png"); 89 imagepng($im, $SAVE_DIR . "/IMG_FILTER_SCATTER.png");
|
H A D | imagepng_nullbyte_injection.phpt | 2 Testing null byte injection in imagepng 15 imagepng($image, "./foo\0bar"); 21 imagepng(): Argument #2 ($file) must not contain null bytes
|
H A D | bug74031.phpt | 2 (Bug #74031) ReflectionFunction for imagepng returns wrong number of parameters 10 $ref = new ReflectionFunction('imagepng');
|
H A D | bug73549.phpt | 2 Bug #73549 (Use after free when stream is passed to imagepng) 11 var_dump(imagepng($im, $stream));
|
H A D | png2gd.phpt | 9 if (!function_exists("imagecreatefrompng") || !function_exists("imagepng")) { 26 …echo imagepng(imagecreatefromgd($cwd . "/test_png.gd1"), $cwd . "/test_gd1.png") ? 'ok' : 'failed'; 30 …echo imagepng(imagecreatefromgd2($cwd . "/test_png.gd2"), $cwd . "/test_gd2.png") ? 'ok' : 'failed…
|
H A D | gif2png.phpt | 9 if (!function_exists("imagepng")) { 21 …echo imagepng(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test_gif.png") ? 'ok' : 'faile…
|
H A D | imageresolution_png.phpt | 15 imagepng($exp, $filename); 20 imagepng($exp, $filename);
|
H A D | pngcomp.phpt | 9 if (!function_exists("imagecreatefrompng") || !function_exists("imagepng")) { 21 imagepng($im, $cwd . '/test_pngcomp.png', 9);
|
H A D | xbm2png.phpt | 8 if (!function_exists("imagepng")) { 20 …echo imagepng(imagecreatefromxbm($cwd . "/conv_test.xbm"), $cwd . "/test_xbm.png") ? 'ok' : 'faile…
|
H A D | xpm2png.phpt | 9 if (!function_exists("imagepng")) { 21 …echo imagepng(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test_xpm.png") ? 'ok' : 'faile…
|
H A D | jpeg2png.phpt | 9 if (!function_exists("imagecreatefrompng") || !function_exists("imagepng")) { 25 …echo imagepng(imagecreatefromjpeg($cwd . "/test_jpeg.jpeg"), $cwd . "/test_jpng.png") ? 'ok' : 'fa… 29 …echo imagepng(imagecreatefromjpeg($cwd . "/conv_test.jpg"), $cwd . "/test_png.png") ? 'ok' : 'fail…
|
H A D | createfromstring.phpt | 6 if (!function_exists('imagepng')) die("skip no imagpng()\n"); 15 imagepng($im, $dir . '/tc.png'); 35 imagepng($im, $dir . '/p.png');
|
H A D | imagecopyresampled_basic.phpt | 28 imagepng($image_lge, $dest_lge); 42 imagepng($image_sml, $dest_sml);
|
H A D | imagesetclip_basic.phpt | 17 // imagepng($im, __FILE__ . '.png');
|
H A D | types.phpt | 19 if ($flags&0x4 && !function_exists("imagepng")) {
|
H A D | bug24155.phpt | 18 imagepng($im, $dest);
|
H A D | bug27582_1.phpt | 17 imagepng($im, $dest);
|
H A D | bug48732.phpt | 16 imagepng($g, "$cwd/bug48732.png");
|
H A D | bug48732-mb.phpt | 17 imagepng($g, "$cwd/bug48732私はガラスを食べられます.png");
|
H A D | test_image_equals_file_palette.phpt | 17 imagepng($im, $filename);
|
H A D | bug53156.phpt | 50 //imagepng($img, __DIR__ . '/bug53156.png'); // debug
|
H A D | imagepolygon_basic.phpt | 32 imagepng($image, $dest);
|
H A D | imagedashedline_basic.phpt | 28 imagepng($image, $dest);
|
/PHP-8.0/ext/zip/examples/ |
H A D | im.php | 4 imagepng($im, 'a.png'); 10 imagepng($im, 'b.png');
|
Completed in 19 milliseconds
12