Home
last modified time | relevance | path

Searched refs:gd_info (Results 1 – 8 of 8) sorted by relevance

/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php522 $gd_info = gd_info();
532 $gd_info = gd_info();
952 function gd_info() { function
953 static $gd_info = array();
954 if (empty($gd_info)) {
957 $gd_info = array(
976 $gd_info[$key] = $newvalue;
985 $gd_info['PNG Support'] = true;
991 $gd_info['JPG Support'] = true;
994 $gd_info['WBMP Support'] = true;
[all …]
H A Dphpthumb.class.php3984 $gd_info = gd_info();
3989 $GDreadSupport = (bool) @$gd_info['GIF Read Support'];
3993 $GDreadSupport = (bool) @$gd_info['JPG Support'];
3997 $GDreadSupport = (bool) @$gd_info['PNG Support'];
4280 $gd_info = gd_info();
4281 foreach ($gd_info as $key => $value) {
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dsystemcheck.php291 $gd_info = gd_info();
292 $gd_version_string = $gd_info['GD Version'];
707 $gd_info = gd_info();
708 if (!$gd_info[$this->_getInfoKey()]) {
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php42 $gd_info = gd_info(); variable
333 if (isset($gd_info[$feature])) {
334 …echo '<div style="background-color: '.($gd_info[$feature] ? 'lime' : $missingcolor).';">'.htmlspec…
/plugin/photogallery/
H A Dadmin.php64 $info = gd_info();
/plugin/combo/ComboStrap/
H A DFetcherVignette.php386 $gdInfo = gd_info();
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php333 if (!function_exists('gd_info')) {
576 $gd = function_exists('gd_info') ? gd_info() : [];
901 $gd = function_exists('gd_info')
902 ? gd_info()
1053 $gd = function_exists('gd_info')
1054 ? gd_info()
1102 if (!function_exists('gd_info')) {
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt603 * gd_info() no longer member of phpthumb_functions
1230 * Bugfix: config_temp_directory was ignored in gd_info()
1482 * Added caching to gd_info() calls for minor speedup