Home
last modified time | relevance | path

Searched refs:imagejpeg (Results 76 – 100 of 365) sorted by relevance

12345678910>>...15

/dports/graphics/php74-gd/php-7.4.27/ext/gd/tests/
H A Dxpm2jpg.phpt9 if (!function_exists("imagejpeg")) {
21 …echo imagejpeg(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test_xpm.jpeg") ? 'ok' : 'fai…
H A Dimageresolution_jpeg.phpt16 imagejpeg($exp, $filename);
21 imagejpeg($exp, $filename);
/dports/graphics/php80-gd/php-8.0.15/ext/gd/tests/
H A Dxpm2jpg.phpt9 if (!function_exists("imagejpeg")) {
21 …echo imagejpeg(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test_xpm.jpeg") ? 'ok' : 'fai…
H A Dgif2jpg.phpt9 if (!function_exists("imagejpeg")) {
21 …echo imagejpeg(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test_gif.jpeg") ? 'ok' : 'fai…
H A Dimageresolution_jpeg.phpt16 imagejpeg($exp, $filename);
21 imagejpeg($exp, $filename);
/dports/graphics/php73-gd/php-7.3.33/ext/gd/tests/
H A Dxpm2jpg.phpt9 if (!function_exists("imagejpeg")) {
21 …echo imagejpeg(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test_xpm.jpeg") ? 'ok' : 'fai…
H A Dimageresolution_jpeg.phpt16 imagejpeg($exp, $filename);
21 imagejpeg($exp, $filename);
/dports/www/mod_php80/php-8.0.15/ext/gd/tests/
H A Dgif2jpg.phpt9 if (!function_exists("imagejpeg")) {
21 …echo imagejpeg(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test_gif.jpeg") ? 'ok' : 'fai…
H A Dxpm2jpg.phpt9 if (!function_exists("imagejpeg")) {
21 …echo imagejpeg(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test_xpm.jpeg") ? 'ok' : 'fai…
H A Dimageresolution_jpeg.phpt16 imagejpeg($exp, $filename);
21 imagejpeg($exp, $filename);
/dports/www/mod_php81/php-8.1.1/ext/gd/tests/
H A Dimageresolution_jpeg.phpt17 imagejpeg($exp, $filename);
22 imagejpeg($exp, $filename);
/dports/lang/php81/php-8.1.1/ext/gd/tests/
H A Dimageresolution_jpeg.phpt17 imagejpeg($exp, $filename);
22 imagejpeg($exp, $filename);
/dports/graphics/php81-gd/php-8.1.1/ext/gd/tests/
H A Dimageresolution_jpeg.phpt17 imagejpeg($exp, $filename);
22 imagejpeg($exp, $filename);
/dports/lang/php73/php-7.3.33/ext/gd/tests/
H A Dimageresolution_jpeg.phpt16 imagejpeg($exp, $filename);
21 imagejpeg($exp, $filename);
/dports/lang/php74/php-7.4.27/ext/gd/tests/
H A Dimageresolution_jpeg.phpt16 imagejpeg($exp, $filename);
21 imagejpeg($exp, $filename);
/dports/lang/php80/php-8.0.15/ext/gd/tests/
H A Dimageresolution_jpeg.phpt16 imagejpeg($exp, $filename);
21 imagejpeg($exp, $filename);
/dports/www/mod_php73/php-7.3.33/ext/gd/tests/
H A Dimageresolution_jpeg.phpt16 imagejpeg($exp, $filename);
21 imagejpeg($exp, $filename);
/dports/www/mod_php74/php-7.4.27/ext/gd/tests/
H A Dimageresolution_jpeg.phpt16 imagejpeg($exp, $filename);
21 imagejpeg($exp, $filename);
/dports/www/phprecipebook/phprecipebook/classes/
H A DSimpleImage.class.php41 imagejpeg($this->image,$filename,$compression);
53 imagejpeg($this->image);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/core/util/
H A DImage.php127 imagejpeg($this->_getImage(), null, $this->jpegCompression);
143 imagejpeg($this->_getImage(), null, $this->jpegCompression); break;
173 $ret = imagejpeg($this->_getImage(), $filename, $compression);
/dports/www/moodle310/moodle/repository/flickr_public/
H A Dimage.php131 return imagejpeg($this->image, $imagepath);
156 imagejpeg($this->image);
/dports/www/moodle311/moodle/repository/flickr_public/
H A Dimage.php131 return imagejpeg($this->image, $imagepath);
156 imagejpeg($this->image);
/dports/www/moodle39/moodle/repository/flickr_public/
H A Dimage.php131 return imagejpeg($this->image, $imagepath);
156 imagejpeg($this->image);
/dports/www/coppermine/cpg1.6.x-1.6.12/include/
H A Dimageobject_gd.class.php102 imagejpeg($imgnew, $this->directory . $unique_str, $this->quality);
232 imagejpeg($this->imgRes, $dest, 95);
281 imagejpeg($dst_img);
497 imagejpeg($dst_img, $dest_file, $CONFIG['jpeg_qual']);
/dports/devel/rth/rth/jpgraph-1.8/jpgraph-1.18/src/
H A Djpgraph_antispam.php615 imagejpeg($resimg,$aStrokeFileName);
620 $res=imagejpeg($resimg);

12345678910>>...15