Home
last modified time | relevance | path

Searched refs:imagecreatetruecolor (Results 1 – 25 of 145) sorted by relevance

123456

/PHP-8.1/ext/gd/tests/
H A Dimagecreatetruecolor_error2.phpt2 Testing imagecreatetruecolor(): error on out of bound parameters
9 if (!function_exists("imagecreatetruecolor")) die("skip GD Version not compatible");
17 fn() => imagecreatetruecolor(-1, 30),
18 fn() => imagecreatetruecolor(30, -1)
23 !! [ValueError] imagecreatetruecolor(): Argument #1 ($width) must be greater than 0
24 !! [ValueError] imagecreatetruecolor(): Argument #2 ($height) must be greater than 0
H A Dimagecreatetruecolor_basic.phpt2 Testing imagecreatetruecolor() of GD library
9 if (!function_exists("imagecreatetruecolor")) die("skip GD Version not compatible");
13 $image = imagecreatetruecolor(180, 30);
H A Dimagecolorallocate_basic.phpt7 if(!function_exists('imagecreatetruecolor')) {
8 die('skip imagecreatetruecolor function is not available');
15 $im = imagecreatetruecolor(200, 200);
H A Dlines.phpt7 $im = imagecreatetruecolor(6,6);
23 $im = imagecreatetruecolor(6,6);
39 $im = imagecreatetruecolor(6,6);
60 $im = imagecreatetruecolor(6,6);
73 $im = imagecreatetruecolor(6,6);
86 $im = imagecreatetruecolor(6,6);
H A Dimagescale_preserve_ratio.phpt8 $img = imagecreatetruecolor ( 256, 384);
18 $img = imagecreatetruecolor ( 384, 256);
28 $img = imagecreatetruecolor ( 256, 256);
H A Dbug72482.phpt7 $img = imagecreatetruecolor(13, 1007);
11 $img = imagecreatetruecolor(100, 100);
H A Dimageistruecolor_basic.phpt9 if (!function_exists("imagecreatetruecolor")) die("skip GD Version not compatible");
13 $image = imagecreatetruecolor(180, 30);
H A Dimagetruecolortopalette_error3.phpt9 if (!function_exists("imagecreatetruecolor")) die("skip GD Version not compatible");
15 $image = imagecreatetruecolor(50, 50);
H A Dbug39273.phpt7 $small = imagecreatetruecolor(10, 10);
18 $img = imagecreatetruecolor($width, $height);
H A Dimagecolormatch_error3.phpt10 $ima = imagecreatetruecolor(110, 20);
12 $imb = imagecreatetruecolor(110, 20);
H A Dgh8848.phpt7 $image1 = imagecreatetruecolor(1, 1);
8 $image2 = imagecreatetruecolor(1, 1);
H A Dcopyresized.phpt17 $im = imagecreatetruecolor(38,38);
37 $src_tc = imagecreatetruecolor(19,19);
45 $dst_tc = imagecreatetruecolor(38,38);
61 $dst_tc = imagecreatetruecolor(38,38);
H A Dimagetruecolortopalette_error4.phpt9 if (!function_exists("imagecreatetruecolor")) die("skip GD Version not compatible");
15 $image = imagecreatetruecolor(50, 50);
H A Dbug53580.phpt19 $im0 = imagecreatetruecolor($w0, $h0);
22 $im1 = imagecreatetruecolor($w1, $h1);
H A Dimagetruecolortopalette_basic.phpt12 if (!function_exists("imagecreatetruecolor")) die("skip GD Version not compatible");
16 $image = imagecreatetruecolor(150, 150);
H A Dimagesetthickness_basic.phpt9 if (!function_exists("imagecreatetruecolor")) die("skip GD Version not compatible");
14 $image = imagecreatetruecolor(200, 100);
H A Ddashedlines.phpt7 $im = imagecreatetruecolor(6,6);
31 $im = imagecreatetruecolor(6,6);
52 $im = imagecreatetruecolor(6,6);
H A Dimagecrop_auto.phpt13 $im = imagecreatetruecolor(99, 99);
27 $im = imagecreatetruecolor(99, 99);
41 $im = imagecreatetruecolor(50, 50);
H A Dcopy.phpt8 $src_tc = imagecreatetruecolor(5,5);
15 $dst_tc = imagecreatetruecolor(5,5);
28 $src_tc = imagecreatetruecolor(5,5);
93 $dst_tc = imagecreatetruecolor(5,5);
H A Dimagecolorallocate_variation5.phpt7 if(!function_exists('imagecreatetruecolor')) {
8 die('skip imagecreatetruecolor function is not available');
17 $im = imagecreatetruecolor(200, 200);
H A Dbug39082.phpt7 $im = imagecreatetruecolor(1,1);
H A Dbug72696.phpt7 $im = imagecreatetruecolor(10, 10);
H A Dbug72227.phpt8 $img = imagecreatetruecolor ( 100, 100);
H A Dbug72298.phpt7 $img = imagecreatetruecolor (1 , 1);
H A Dbug72337.phpt7 $im = imagecreatetruecolor(1, 1);

Completed in 22 milliseconds

123456