Searched refs:gd_version (Results 1 – 7 of 7) sorted by relevance
/plugin/photogallery/phpThumb/ |
D | phpthumb.class.php | 1694 if (phpthumb_functions::gd_version()) { 1722 if (phpthumb_functions::gd_version()) { 2721 if (phpthumb_functions::gd_version() < 2.0) { 2722 …haChannelFlatten() failed because GD version is "'.phpthumb_functions::gd_version().'"', __FILE__,… 2837 if (phpthumb_functions::gd_version() < 2) { 2838 …sage('Skipping Colorize() because gd_version is "'.phpthumb_functions::gd_version().'"', __FILE__,… 2846 if (phpthumb_functions::gd_version() < 2) { 2847 …Message('Skipping Sepia() because gd_version is "'.phpthumb_functions::gd_version().'"', __FILE__,… 2867 if (phpthumb_functions::gd_version() < 2) { 2868 …ipping ReduceColorDepth() because gd_version is "'.phpthumb_functions::gd_version().'"', __FILE__,… [all …]
|
D | phpthumb.filters.php | 30 if (phpthumb_functions::gd_version() < 2) { 31 …age('Skipping ApplyMask() because gd_version is "'.phpthumb_functions::gd_version().'"', __FILE__,… 315 if (phpthumb_functions::gd_version() < 2) { 412 if (phpthumb_functions::gd_version() < 2) { 764 if ((phpthumb_functions::gd_version() >= 2) && !$bg && ($rotate_angle % 90)) { 801 if (phpthumb_functions::gd_version() < 2) {
|
D | phpthumb.functions.php | 377 if (self::gd_version() >= 2.0) { 529 public static function gd_version($fullstring=false) { function in phpthumb_functions
|
/plugin/html2pdf/html2pdf/html2ps/demo/ |
D | systemcheck.php | 299 $gd_version = $matches[1]; 301 $gd_version = $gd_version_string; 309 $this->setMessage("Found GD version $gd_version.");
|
/plugin/photogallery/phpThumb/demo/ |
D | phpThumb.demo.check.php | 39 $ServerInfo['gd_string'] = phpthumb_functions::gd_version(true); 40 $ServerInfo['gd_numeric'] = phpthumb_functions::gd_version(false);
|
D | phpThumb.demo.demo.php | 39 $ServerInfo['gd_string'] = phpthumb_functions::gd_version(true); 40 $ServerInfo['gd_numeric'] = phpthumb_functions::gd_version(false);
|
/plugin/photogallery/phpThumb/docs/ |
D | phpthumb.changelog.txt | 1465 * Bugfix: gd_version() was broken for GD v2.0+
|