Home
last modified time | relevance | path

Searched refs:imagepng (Results 1 – 25 of 51) sorted by relevance

123

/PHP-5.3/ext/gd/tests/
H A Dbug45799.phpt2 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 Dimagefilter.phpt28 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 Dpng2gd.phpt9 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 Dpngcomp.phpt9 if (!function_exists("imagecreatefrompng") || !function_exists("imagepng")) {
21 imagepng($im, $cwd . '/test_pngcomp.png', 9);
H A Dxbm2png.phpt8 if (!function_exists("imagepng")) {
20 …echo imagepng(imagecreatefromxbm($cwd . "/conv_test.xbm"), $cwd . "/test_xbm.png") ? 'ok' : 'faile…
H A Dgif2png.phpt9 if (!function_exists("imagepng")) {
21 …echo imagepng(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test_gif.png") ? 'ok' : 'faile…
H A Dxpm2png.phpt9 if (!function_exists("imagepng")) {
21 …echo imagepng(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test_xpm.png") ? 'ok' : 'faile…
H A Djpeg2png.phpt9 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 Dcreatefromstring.phpt6 if (!function_exists('imagepng')) die("skip no imagpng()\n");
15 imagepng($im, $dir . '/tc.png');
35 imagepng($im, $dir . '/p.png');
H A Dimagecreatetruecolor_basic.phpt15 imagepng($image, null, 9);
H A Dimagechar_basic.phpt18 imagepng($image, null, 9);
H A Dimagecharup_basic.phpt18 imagepng($image, null, 9);
H A Dimageellipse_basic.phpt20 imagepng($image, null, 9);
H A Dimagestring_basic.phpt18 imagepng($image, null, 9);
H A Dimagestringup_basic.phpt18 imagepng($image, null, 9);
H A Dimagerectangle_basic.phpt19 imagepng( $image, null, 9 );
H A Dimagecopyresampled_basic.phpt35 imagepng($image_lge, $dest_lge);
49 imagepng($image_sml, $dest_sml);
H A Dimagearc_basic.phpt21 imagepng($image);
H A Dimagecolorallocatealpha_basic.phpt21 imagepng($img, null, 9);
H A Dimagelayereffect_basic.phpt19 imagepng($image, null, 9);
H A Dimagefilledarc_basic.phpt21 imagepng($image);
H A Dimagegammacorrect_basic.phpt24 imagepng($image, null, 9);
H A Dtypes.phpt19 if ($flags&0x4 && !function_exists("imagepng")) {
H A Dimagearc_variation1.phpt21 imagepng($image);
/PHP-5.3/ext/zip/examples/
H A Dim.php4 imagepng($im, 'a.png');
10 imagepng($im, 'b.png');

Completed in 23 milliseconds

123