Searched refs:imagepng (Results 1 – 25 of 34) sorted by relevance
12
/php-src/ext/gd/tests/ |
H A D | pngcomp.phpt | 7 if (!function_exists("imagecreatefrompng") || !function_exists("imagepng")) { 19 imagepng($im, $cwd . '/test_pngcomp.png', -2); 24 imagepng($im, $cwd . '/test_pngcomp.png', 10); 29 imagepng($im, $cwd . '/test_pngcomp.png', 9); 40 imagepng(): Argument #3 ($quality) must be between -1 and 9 41 imagepng(): Argument #3 ($quality) must be between -1 and 9
|
H A D | bug45799.phpt | 2 Bug #45799 (imagepng() crashes on empty image). 14 imagepng($img); 18 Warning: imagepng(): gd-png error: no colors in palette%win %s on line %d
|
H A D | imagefilter.phpt | 30 imagepng($im, $SAVE_DIR."/".$filt. ".png"); 41 imagepng($im, $SAVE_DIR . "/IMG_FILTER_SMOOTH.png"); 51 imagepng($im, $SAVE_DIR . "/IMG_FILTER_COLORIZE.png"); 61 imagepng($im, $SAVE_DIR . "/IMG_FILTER_CONTRAST.png"); 71 imagepng($im, $SAVE_DIR . "/IMG_FILTER_BRIGHTNESS.png"); 81 imagepng($im, $SAVE_DIR . "/IMG_FILTER_PIXELATE.png"); 91 imagepng($im, $SAVE_DIR . "/IMG_FILTER_SCATTER.png");
|
H A D | imagepng_nullbyte_injection.phpt | 2 Testing null byte injection in imagepng 16 imagepng($image, "./foo\0bar"); 22 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 14 $ref = new ReflectionFunction('imagepng');
|
H A D | bug73549.phpt | 2 Bug #73549 (Use after free when stream is passed to imagepng) 15 var_dump(imagepng($im, $stream));
|
H A D | gif2png.phpt | 7 if (!function_exists("imagepng")) { 19 …echo imagepng(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test_gif.png") ? 'ok' : 'faile…
|
H A D | xbm2png.phpt | 7 if (!function_exists("imagepng")) { 19 …echo imagepng(imagecreatefromxbm($cwd . "/conv_test.xbm"), $cwd . "/test_xbm.png") ? 'ok' : 'faile…
|
H A D | xpm2png.phpt | 7 if (!function_exists("imagepng")) { 19 …echo imagepng(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test_xpm.png") ? 'ok' : 'faile…
|
H A D | jpeg2png.phpt | 7 if (!function_exists("imagecreatefrompng") || !function_exists("imagepng")) { 23 …echo imagepng(imagecreatefromjpeg($cwd . "/test_jpeg.jpeg"), $cwd . "/test_jpng.png") ? 'ok' : 'fa… 27 …echo imagepng(imagecreatefromjpeg($cwd . "/conv_test.jpg"), $cwd . "/test_png.png") ? 'ok' : 'fail…
|
H A D | png2gd.phpt | 11 if (!function_exists("imagecreatefrompng") || !function_exists("imagepng")) { 28 …echo imagepng(imagecreatefromgd($cwd . "/test_png.gd1"), $cwd . "/test_gd1.png") ? 'ok' : 'failed'; 32 …echo imagepng(imagecreatefromgd2($cwd . "/test_png.gd2"), $cwd . "/test_gd2.png") ? 'ok' : 'failed…
|
H A D | imageresolution_png.phpt | 19 imagepng($exp, $filename); 24 imagepng($exp, $filename);
|
H A D | createfromstring.phpt | 7 if (!function_exists('imagepng')) die("skip no imagpng()\n"); 16 imagepng($im, $dir . '/tc.png'); 36 imagepng($im, $dir . '/p.png');
|
H A D | imagecopyresampled_basic.phpt | 32 imagepng($image_lge, $dest_lge); 46 imagepng($image_sml, $dest_sml);
|
H A D | imagesetclip_basic.phpt | 15 // imagepng($im, __FILE__ . '.png');
|
H A D | types.phpt | 17 if ($flags&0x4 && !function_exists("imagepng")) {
|
H A D | bug24155.phpt | 19 imagepng($im, $dest);
|
H A D | bug27582_1.phpt | 21 imagepng($im, $dest);
|
H A D | bug48732.phpt | 21 imagepng($g, "$cwd/bug48732.png");
|
H A D | test_image_equals_file_palette.phpt | 21 imagepng($im, $filename);
|
H A D | bug48732-mb.phpt | 21 imagepng($g, "$cwd/bug48732私はガラスを食べられます.png");
|
H A D | bug53156.phpt | 51 //imagepng($img, __DIR__ . '/bug53156.png'); // debug
|
H A D | imagepolygon_basic.phpt | 37 imagepng($image, $dest);
|
H A D | bug43073.phpt | 59 imagepng($g, "$cwd/bug43073.png");
|
/php-src/ext/zip/examples/ |
H A D | im.php | 4 imagepng($im, 'a.png'); 10 imagepng($im, 'b.png');
|
Completed in 45 milliseconds
12