Searched refs:imagejpeg (Results 1 – 13 of 13) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | imagejpeg_nullbyte_injection.phpt | 2 Testing null byte injection in imagejpeg 16 imagejpeg($image, "./foo\0bar"); 22 imagejpeg(): Argument #2 ($file) must not contain null bytes
|
H A D | xpm2jpg.phpt | 7 if (!function_exists("imagejpeg")) { 19 …echo imagejpeg(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test_xpm.jpeg") ? 'ok' : 'fai…
|
H A D | gif2jpg.phpt | 7 if (!function_exists("imagejpeg")) { 19 …echo imagejpeg(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test_gif.jpeg") ? 'ok' : 'fai…
|
H A D | jpeg2png.phpt | 10 if (!function_exists("imagecreatefromjpeg") || !function_exists("imagejpeg")) { 19 …echo imagejpeg(imagecreatefrompng($cwd . "/conv_test.png"), $cwd . "/test_jpeg.jpeg") ? 'ok' : 'fa… 31 …echo imagejpeg(imagecreatefrompng($cwd . "/test_png.png"), $cwd . "/test_pjpeg.jpeg") ? 'ok' : 'fa…
|
H A D | jpg2gd-mb.phpt | 11 if (!function_exists("imagecreatefromjpeg") || !function_exists("imagejpeg")) { 28 …echo imagejpeg(imagecreatefromgd($cwd . "/test私はガラスを食べられます.gd1"), $cwd . "/test_gd1.jpeg") ? 'ok' … 32 …echo imagejpeg(imagecreatefromgd2($cwd . "/test私はガラスを食べられます.gd2"), $cwd . "/test_gd2.jpeg") ? 'ok'…
|
H A D | jpg2gd.phpt | 11 if (!function_exists("imagecreatefromjpeg") || !function_exists("imagejpeg")) { 28 …echo imagejpeg(imagecreatefromgd($cwd . "/test_jpeg.gd1"), $cwd . "/test_gd1.jpeg") ? 'ok' : 'fail… 32 …echo imagejpeg(imagecreatefromgd2($cwd . "/test_jpeg.gd2"), $cwd . "/test_gd2.jpeg") ? 'ok' : 'fai…
|
H A D | imageresolution_jpeg.phpt | 17 imagejpeg($exp, $filename); 22 imagejpeg($exp, $filename);
|
H A D | types.phpt | 13 if ($flags&0x2 && !function_exists("imagejpeg")) {
|
/PHP-8.3/ext/standard/tests/image/ |
H A D | bug70096.phpt | 7 if (!function_exists('imagejpeg')) die('skip imagejpeg not available'); 13 imagejpeg($im, $filename);
|
H A D | iptcembed_002.phpt | 9 $ret=imagejpeg(imagecreatetruecolor(1, 1), $file, 100);
|
/PHP-8.3/ext/gd/ |
H A D | gd_arginfo.h | 649 ZEND_FUNCTION(imagejpeg); 790 ZEND_FE(imagejpeg, arginfo_imagejpeg)
|
H A D | gd.stub.php | 623 function imagejpeg(GdImage $image, $file = null, int $quality = -1): bool {} function
|
H A D | gd.c | 1902 PHP_FUNCTION(imagejpeg) in PHP_FUNCTION() argument
|
Completed in 27 milliseconds