Searched refs:gd_version (Results 1 – 7 of 7) sorted by relevance
1694 if (phpthumb_functions::gd_version()) {1722 if (phpthumb_functions::gd_version()) {2837 if (phpthumb_functions::gd_version() < 2) {2846 if (phpthumb_functions::gd_version() < 2) {2867 if (phpthumb_functions::gd_version() < 2) {2908 if (phpthumb_functions::gd_version() < 2) {2930 if (phpthumb_functions::gd_version() < 2) {2940 if (phpthumb_functions::gd_version() < 2) {3262 if (phpthumb_functions::gd_version() < 2) {4434 if (!phpthumb_functions::gd_version()) {[all …]
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) {
377 if (self::gd_version() >= 2.0) {529 public static function gd_version($fullstring=false) { function in phpthumb_functions
299 $gd_version = $matches[1];301 $gd_version = $gd_version_string;309 $this->setMessage("Found GD version $gd_version.");
39 $ServerInfo['gd_string'] = phpthumb_functions::gd_version(true);40 $ServerInfo['gd_numeric'] = phpthumb_functions::gd_version(false);
1465 * Bugfix: gd_version() was broken for GD v2.0+