Home
last modified time | relevance | path

Searched refs:gd_version (Results 1 – 7 of 7) sorted by relevance

/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php1694 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 …]
H A Dphpthumb.filters.php30 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) {
H A Dphpthumb.functions.php377 if (self::gd_version() >= 2.0) {
529 public static function gd_version($fullstring=false) { function in phpthumb_functions
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dsystemcheck.php299 $gd_version = $matches[1];
301 $gd_version = $gd_version_string;
309 $this->setMessage("Found GD version $gd_version.");
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php39 $ServerInfo['gd_string'] = phpthumb_functions::gd_version(true);
40 $ServerInfo['gd_numeric'] = phpthumb_functions::gd_version(false);
H A DphpThumb.demo.demo.php39 $ServerInfo['gd_string'] = phpthumb_functions::gd_version(true);
40 $ServerInfo['gd_numeric'] = phpthumb_functions::gd_version(false);
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt1465 * Bugfix: gd_version() was broken for GD v2.0+