Searched refs:imagepng (Results 1 – 25 of 32) sorted by relevance
12
/PHP-5.6/ext/gd/tests/ |
H A D | bug45799.phpt | 2 Bug #45799 (imagepng() crashes on empty image). 10 imagepng($img); 15 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");
|
H A D | imagepng_nullbyte_injection.phpt | 2 Testing null byte injection in imagepng 29 imagepng($image, $temp); 35 imagepng TEST 37 Warning: imagepng(): Invalid 2nd parameter, filename must not contain null bytes in %s on line %d
|
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.gd1"), $cwd . "/test_gd1.png") ? 'ok' : 'failed'; 30 echo imagepng(imagecreatefromgd2($cwd . "/test.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 | xpm2png.phpt | 9 if (!function_exists("imagepng")) { 21 …echo imagepng(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test_xpm.png") ? 'ok' : 'faile…
|
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 | 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.jpeg"), $cwd . "/test_png.png") ? 'ok' : 'fai…
|
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 | 35 imagepng($image_lge, $dest_lge); 49 imagepng($image_sml, $dest_sml);
|
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 | 18 imagepng($im, $dest);
|
H A D | bug48732.phpt | 16 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 | png2wbmp_error1.phpt | 26 imagepng($im, $file);
|
H A D | bug43073.phpt | 55 imagepng($g, "$cwd/bug43073.png");
|
H A D | png2wbmp_error3.phpt | 25 imagepng($im, $file);
|
H A D | imagepolygon_basic.phpt | 41 imagepng($image, $dest);
|
H A D | imagedashedline_basic.phpt | 37 imagepng($image, $dest);
|
H A D | imagecrop_auto-ext.phpt | 58 imagepng($im_crop, __DIR__ . "/crop_threshold.png");
|
/PHP-5.6/ext/zip/examples/ |
H A D | im.php | 4 imagepng($im, 'a.png'); 10 imagepng($im, 'b.png');
|
Completed in 19 milliseconds
12