Searched refs:phpthumb_functions (Results 1 – 12 of 12) sorted by relevance
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.filters.php | 30 if (phpthumb_functions::gd_version() < 2) { 50 …$MaskPixel = phpthumb_functions::GrayscalePixel(phpthumb_functions::GetPixelColor($gdimg_mask_resi… 135 …if (phpthumb_functions::version_compare_replacement(PHP_VERSION, '5.0.0', '>=') && phpthumb_functi… 148 …if (phpthumb_functions::version_compare_replacement(PHP_VERSION, '5.0.0', '>=') && phpthumb_functi… 167 …if (phpthumb_functions::version_compare_replacement(PHP_VERSION, '5.0.0', '>=') && phpthumb_functi… 198 …if (phpthumb_functions::version_compare_replacement(PHP_VERSION, '5.0.0', '>=') && phpthumb_functi… 237 …if (phpthumb_functions::version_compare_replacement(PHP_VERSION, '5.0.0', '>=') && phpthumb_functi… 315 if (phpthumb_functions::gd_version() < 2) { 398 …if (phpthumb_functions::version_compare_replacement(PHP_VERSION, '5.0.0', '>=') && phpthumb_functi… 412 if (phpthumb_functions::gd_version() < 2) { [all …]
|
H A D | phpthumb.class.php | 1320 if (phpthumb_functions::is_windows()) { 1474 …$ls_filename = trim(phpthumb_functions::SafeExec('dir /b '.phpthumb_functions::escapeshellarg_repl… 1477 …$ls_filename = trim(phpthumb_functions::SafeExec('ls '.phpthumb_functions::escapeshellarg_replacem… 1694 if (phpthumb_functions::gd_version()) { 1722 if (phpthumb_functions::gd_version()) { 2837 if (phpthumb_functions::gd_version() < 2) { 3262 if (phpthumb_functions::gd_version() < 2) { 4286 $exif_info = phpthumb_functions::exif_info(); 4434 if (!phpthumb_functions::gd_version()) { 4450 if (phpthumb_functions::gd_is_bundled()) { [all …]
|
H A D | phpthumb.ico.php | 33 $argb = phpthumb_functions::GetPixelColor($gd_image, $x, $y); 71 …$BitmapInfoHeader[$key] .= phpthumb_functions::LittleEndian2String($ImageWidths[$key], 4); //… 74 …$BitmapInfoHeader[$key] .= phpthumb_functions::LittleEndian2String($ImageHeights[$key] * 2, 4); //… 78 …$BitmapInfoHeader[$key] .= phpthumb_functions::LittleEndian2String($biSizeImage, 4); //… 88 …$icondata .= phpthumb_functions::LittleEndian2String(count($gd_image_array), 2); // idCount; … 103 …$icondata .= phpthumb_functions::LittleEndian2String($dwBytesInRes, 4); // dwBytesInRes; … 105 …$icondata .= phpthumb_functions::LittleEndian2String($dwImageOffset, 4); // dwImageOffset; …
|
H A D | phpThumb.php | 59 $parsed_url = phpthumb_functions::ParseURLbetter(@$_SERVER['HTTP_REFERER']); 101 header('Content-Type: '.phpthumb_functions::ImageTypeToMIMEtype($getimagesize[2])); 130 if (!phpthumb_functions::FunctionIsDisabled('set_time_limit')) { 207 } elseif (phpthumb_functions::PasswordStrength($phpThumb->config_high_security_password) < 20) { 260 $md5s = phpthumb_functions::md5_file_safe($SourceFilename); 284 $parsed_url_referer = phpthumb_functions::ParseURLbetter(@$_SERVER['HTTP_REFERER']); 288 $parsed_url_src = phpthumb_functions::ParseURLbetter(@$_GET['src']); 557 if ($contentType = phpthumb_functions::ImageTypeToMIMEtype(@$phpThumb->getimagesizeinfo[2])) { 610 if (!phpthumb_functions::IsHexColor($bghexcolor)) { 639 $cleanedupurl = phpthumb_functions::CleanUpURLencoding($phpThumb->src); [all …]
|
H A D | phpthumb.bmp.php | 49 $argb = phpthumb_functions::GetPixelColor($gd_image, $x, $y); 61 $BITMAPFILEHEADER .= phpthumb_functions::LittleEndian2String($bmpSize, 4); // DWORD bfSize; 64 $BITMAPFILEHEADER .= phpthumb_functions::LittleEndian2String( 54, 4); // DWORD bfOffBits; 67 $BITMAPINFOHEADER = phpthumb_functions::LittleEndian2String( 40, 4); // DWORD biSize; 68 $BITMAPINFOHEADER .= phpthumb_functions::LittleEndian2String( $imageX, 4); // LONG biWidth; 69 $BITMAPINFOHEADER .= phpthumb_functions::LittleEndian2String( $imageY, 4); // LONG biHeight; 70 $BITMAPINFOHEADER .= phpthumb_functions::LittleEndian2String( 1, 2); // WORD biPlanes; 71 $BITMAPINFOHEADER .= phpthumb_functions::LittleEndian2String( 24, 2); // WORD biBitCount; 76 $BITMAPINFOHEADER .= phpthumb_functions::LittleEndian2String( 0, 4); // DWORD biClrUsed; 733 if (!phpthumb_functions::FunctionIsDisabled('set_time_limit')) { [all …]
|
H A D | phpthumb.functions.php | 12 class phpthumb_functions { class 969 $phpinfo_array = phpthumb_functions::phpinfo_array();
|
H A D | phpthumb.gif.php | 40 if (!phpthumb_functions::FunctionIsDisabled('set_time_limit')) { 1105 if (!phpthumb_functions::FunctionIsDisabled('set_time_limit')) {
|
H A D | phpThumb.config.php.default | 16 if (!class_exists('phpthumb_functions', false)) { // normally include_once should take care of this… 137 if (phpthumb_functions::version_compare_replacement(phpversion(), '4.3.2', '>=') && !defined('memor…
|
/plugin/photogallery/phpThumb/demo/ |
H A D | phpThumb.demo.check.php | 39 $ServerInfo['gd_string'] = phpthumb_functions::gd_version(true); 40 $ServerInfo['gd_numeric'] = phpthumb_functions::gd_version(false); 74 …'latest' => phpthumb_functions::SafeURLread('http://phpthumb.sourceforge.net/?latestversion=1', $d… 172 phpthumb_functions::EnsureDirectoryExists(dirname($phpThumb->cache_filename)); 208 if (phpthumb_functions::version_compare_replacement(PHP_VERSION, '5.0.0', '>=')) { 210 } elseif (phpthumb_functions::version_compare_replacement(PHP_VERSION, '4.4.2', '=')) { 212 } elseif (phpthumb_functions::version_compare_replacement(PHP_VERSION, '4.3.3', '>=')) { 214 } elseif (phpthumb_functions::version_compare_replacement(PHP_VERSION, '4.2.0', '>=')) { 216 } elseif (phpthumb_functions::version_compare_replacement(PHP_VERSION, '4.1.0', '>=')) { 218 } elseif (phpthumb_functions::version_compare_replacement(PHP_VERSION, '4.0.6', '>=')) { [all …]
|
H A 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/ |
H A D | phpthumb.changelog.txt | 48 * [bugfix: G94] cannot declare class phpthumb_functions 603 * gd_info() no longer member of phpthumb_functions 1172 * Bugfix: missing phpthumb_functions:: class name for 1280 * Bugfix: missing "phpthumb_functions::" in
|
H A D | phpthumb.faq.txt | 77 list($newW, $newH) = phpthumb_functions::ProportionalResize(
|