XOOPS 2.5.6
Final
|
Static Public Member Functions | |
static | ApacheLookupURIarray ($filename) |
static | builtin_function_exists ($functionname) |
static | CaseInsensitiveInArray ($needle, $haystack) |
static | CleanUpURLencoding ($url, $queryseperator='&') |
static | EnsureDirectoryExists ($dirname) |
static | exif_info () |
static | filedate_remote ($remotefile, $timeout=10) |
static | filesize_remote ($remotefile, $timeout=10) |
static | FunctionIsDisabled ($function) |
static | gd_is_bundled () |
static | gd_version ($fullstring=false) |
static | GetAllFilesInSubfolders ($dirname) |
static | GetPixelColor (&$img, $x, $y) |
static | GrayscalePixel ($OriginalPixel) |
static | GrayscalePixelRGB ($rgb) |
static | GrayscaleValue ($r, $g, $b) |
static | HexCharDisplay ($string) |
static | HexColorXOR ($hexcolor) |
static | ImageColorAllocateAlphaSafe (&$gdimg_hexcolorallocate, $R, $G, $B, $alpha=false) |
static | ImageCopyResampleBicubic ($dst_img, $src_img, $dst_x, $dst_y, $src_x, $src_y, $dst_w, $dst_h, $src_w, $src_h) |
static | ImageCopyRespectAlpha (&$dst_im, &$src_im, $dst_x, $dst_y, $src_x, $src_y, $src_w, $src_h, $opacity_pct=100) |
static | ImageCreateFunction ($x_size, $y_size) |
static | ImageHexColorAllocate (&$gdimg_hexcolorallocate, $HexColorString, $dieOnInvalid=false, $alpha=false) |
static | ImageTypeToMIMEtype ($imagetype) |
static | IsHexColor ($HexColorString) |
static | LittleEndian2String ($number, $minbytes=1) |
static | md5_file_safe ($filename) |
static | nonempty_min () |
static | OneOfThese () |
static | ParseURLbetter ($url) |
static | phpinfo_array () |
static | PixelColorDifferencePercent ($currentPixel, $targetPixel) |
static | ProportionalResize ($old_width, $old_height, $new_width=false, $new_height=false) |
static | SafeExec ($command) |
static | SafeURLread ($url, &$error, $timeout=10, $followredirects=true) |
static | SanitizeFilename ($filename) |
static | ScaleToFitInBox ($width, $height, $maxwidth=null, $maxheight=null, $allow_enlarge=true, $allow_reduce=true) |
static | TranslateWHbyAngle ($width, $height, $angle) |
static | URLreadFsock ($host, $file, &$errstr, $successonly=true, $port=80, $timeout=10) |
static | user_function_exists ($functionname) |
static | version_compare_replacement ($version1, $version2, $operator='') |
static | version_compare_replacement_sub ($version1, $version2, $operator='') |
phpThumb() by James Heinrich info@ // // sili softw are. com
Definition at line 11 of file phpthumb.functions.php.
|
static |
Definition at line 484 of file phpthumb.functions.php.
Referenced by phpthumb\phpThumbDebug(), and phpthumb\ResolveFilenameToAbsolute().
|
static |
Definition at line 25 of file phpthumb.functions.php.
Referenced by phpthumb\phpThumbDebug().
|
static |
Definition at line 619 of file phpthumb.functions.php.
Referenced by phpthumb\setOutputFormat().
|
static |
Definition at line 682 of file phpthumb.functions.php.
References $queries, $query, $url, and ParseURLbetter().
|
static |
Definition at line 821 of file phpthumb.functions.php.
References $dirname, $i, and DIRECTORY_SEPARATOR.
|
static |
Definition at line 138 of file phpthumb.functions.php.
References phpinfo_array().
Referenced by phpthumb\phpThumbDebug().
|
static |
Definition at line 548 of file phpthumb.functions.php.
References $date, $url, ParseURLbetter(), and version_compare_replacement().
Referenced by phpthumb\SetCacheFilename().
|
static |
Definition at line 527 of file phpthumb.functions.php.
References $url, ParseURLbetter(), and version_compare_replacement().
|
static |
Definition at line 423 of file phpthumb.functions.php.
Referenced by CGIF\getGD_PixelPlotterVersion(), gif_loadFileToGDimageResource(), phpthumb_bmp\PlotBMP(), phpthumb_bmp\PlotPixelsGD(), SafeExec(), SafeURLread(), and URLreadFsock().
|
static |
Definition at line 501 of file phpthumb.functions.php.
Referenced by phpthumb_filters\BlurGaussian(), phpthumb_filters\BlurSelective(), phpthumb_filters\Brightness(), phpthumb_filters\Colorize(), phpthumb_filters\Contrast(), phpthumb_filters\EdgeDetect(), phpthumb_filters\Emboss(), phpthumb_filters\Grayscale(), phpthumb\ImageCreateFromStringReplacement(), phpthumb_filters\MeanRemoval(), phpthumb_filters\Negative(), phpthumb_filters\Sepia(), and phpthumb_filters\Smooth().
|
static |
Definition at line 511 of file phpthumb.functions.php.
Referenced by phpthumb\AlphaChannelFlatten(), phpthumb\ApplyFilters(), phpthumb_filters\ApplyMask(), phpthumb\CreateGDoutput(), phpthumb_filters\DropShadow(), phpthumb_filters\Elipse(), phpthumb\ErrorImage(), phpthumb\ImageCreateFromStringReplacement(), ImageCreateFunction(), phpthumb\ImageMagickThumbnailToGD(), phpthumb\ImageResizeFunction(), phpthumb_filters\ImprovedImageRotate(), phpthumb\MaxFileSize(), and phpthumb\SourceImageToGD().
|
static |
Definition at line 854 of file phpthumb.functions.php.
References $dirname, and $file.
Referenced by phpthumb\CleanUpCacheDirectory().
|
static |
Definition at line 253 of file phpthumb.functions.php.
Referenced by phpthumb\AlphaChannelFlatten(), phpthumb_filters\ApplyMask(), phpthumb_filters\Brightness(), phpthumb_filters\Colorize(), phpthumb_filters\Contrast(), phpthumb_filters\DropShadow(), phpthumb_bmp\GD2BMPstring(), phpthumb_ico\GD2ICOstring(), phpthumb_filters\HistogramAnalysis(), phpthumb_filters\HistogramStretch(), ImageCopyRespectAlpha(), phpthumb_filters\ImprovedImageRotate(), phpthumb_filters\Negative(), phpthumb_filters\Sepia(), phpthumb_filters\SourceTransparentColorMask(), phpthumb_filters\Threshold(), and phpthumb_filters\WhiteBalance().
|
static |
Definition at line 274 of file phpthumb.functions.php.
References GrayscaleValue().
Referenced by phpthumb_filters\ApplyMask(), phpthumb_filters\Colorize(), phpthumb_filters\HistogramAnalysis(), phpthumb_filters\Sepia(), and phpthumb_filters\Threshold().
|
static |
Definition at line 280 of file phpthumb.functions.php.
|
static |
Definition at line 269 of file phpthumb.functions.php.
Referenced by GrayscalePixel(), and phpthumb_filters\WhiteBalance().
|
static |
Definition at line 208 of file phpthumb.functions.php.
References $i.
Referenced by phpthumb\ImageCreateFromStringReplacement(), phpthumb\setSourceData(), and phpthumb\SourceImageToGD().
|
static |
Definition at line 248 of file phpthumb.functions.php.
|
static |
Definition at line 223 of file phpthumb.functions.php.
References version_compare_replacement().
Referenced by phpthumb_filters\ApplyMask(), phpthumb\CreateGDoutput(), phpthumb_filters\DropShadow(), phpthumb_filters\HistogramOverlay(), phpthumb_filters\HistogramStretch(), phpthumb_filters\ImageBorder(), ImageCopyRespectAlpha(), ImageHexColorAllocate(), phpthumb_filters\Negative(), phpthumb_filters\Sepia(), phpthumb_filters\Threshold(), phpthumb_filters\WatermarkOverlay(), and phpthumb_filters\WhiteBalance().
|
static |
Definition at line 309 of file phpthumb.functions.php.
Referenced by phpthumb\ImageResizeFunction().
|
static |
Definition at line 376 of file phpthumb.functions.php.
References GetPixelColor(), and ImageColorAllocateAlphaSafe().
Referenced by phpthumb_filters\WatermarkOverlay().
|
static |
Definition at line 361 of file phpthumb.functions.php.
References phpthumb\ErrorImage(), and gd_version().
Referenced by phpthumb\AlphaChannelFlatten(), phpthumb\ApplyFilters(), phpthumb_filters\ApplyMask(), phpthumb\CreateGDoutput(), phpthumb_filters\DropShadow(), phpthumb_filters\Elipse(), phpthumb_filters\Flip(), phpthumb_filters\ImageBorder(), phpthumb_filters\ImprovedImageRotate(), phpthumb_filters\RoundedImageCorners(), phpthumb_filters\WatermarkOverlay(), and phpthumb_filters\WatermarkText().
|
static |
Definition at line 231 of file phpthumb.functions.php.
References ImageColorAllocateAlphaSafe(), and IsHexColor().
Referenced by phpthumb\AlphaChannelFlatten(), phpthumb\AntiOffsiteLinking(), phpthumb_filters\Bevel(), phpthumb\CreateGDoutput(), phpthumb_filters\DropShadow(), phpthumb\ErrorImage(), phpthumb_filters\Frame(), phpthumb_filters\HistogramOverlay(), phpthumb_filters\ImageBorder(), phpthumb_filters\ImprovedImageRotate(), and phpthumb_filters\WatermarkText().
|
static |
Definition at line 164 of file phpthumb.functions.php.
Referenced by phpthumb\OutputThumbnail(), and RedirectToCachedFile().
|
static |
Definition at line 218 of file phpthumb.functions.php.
Referenced by phpthumb\AlphaChannelFlatten(), phpthumb\AntiOffsiteLinking(), phpthumb\ApplyFilters(), phpthumb_filters\Colorize(), phpthumb\CreateGDoutput(), phpthumb_filters\Desaturate(), phpthumb_filters\HistogramOverlay(), phpthumb_filters\ImageBorder(), ImageHexColorAllocate(), phpthumb\ImageMagickThumbnailToGD(), phpthumb\Rotate(), phpthumb_filters\Sepia(), phpthumb_filters\WatermarkText(), and phpthumb_filters\WhiteBalance().
|
static |
Definition at line 599 of file phpthumb.functions.php.
Referenced by phpthumb_bmp\GD2BMPstring(), and phpthumb_ico\GD2ICOstring().
|
static |
Definition at line 569 of file phpthumb.functions.php.
Referenced by phpthumb\SourceImageToGD().
|
static |
Definition at line 587 of file phpthumb.functions.php.
Referenced by phpthumb\CalculateThumbnailDimensions(), and phpthumb\ImageMagickThumbnailToGD().
|
static |
Definition at line 608 of file phpthumb.functions.php.
Referenced by phpthumb\SetOrientationDependantWidthHeight().
|
static |
Definition at line 720 of file phpthumb.functions.php.
References $url.
Referenced by phpthumb\AntiOffsiteLinking(), CleanUpURLencoding(), filedate_remote(), filesize_remote(), RedirectToCachedFile(), SafeURLread(), and phpthumb\SetCacheFilename().
|
static |
Definition at line 125 of file phpthumb.functions.php.
Referenced by exif_info().
|
static |
Definition at line 261 of file phpthumb.functions.php.
Referenced by phpthumb_filters\SourceTransparentColorMask().
|
static |
Definition at line 400 of file phpthumb.functions.php.
Referenced by phpthumb_filters\ImageBorder().
|
static |
Definition at line 443 of file phpthumb.functions.php.
References FunctionIsDisabled().
Referenced by phpthumb\file_exists_ignoreopenbasedir(), phpthumb\ImageMagickFormatsList(), phpthumb\ImageMagickSwitchAvailable(), phpthumb\ImageMagickThumbnailToGD(), phpthumb\ImageMagickVersion(), and phpthumb\ImageMagickWhichConvert().
|
static |
Definition at line 738 of file phpthumb.functions.php.
References $error, $url, FunctionIsDisabled(), ParseURLbetter(), and URLreadFsock().
|
static |
Definition at line 887 of file phpthumb.functions.php.
References version_compare_replacement().
Referenced by phpthumb\OutputThumbnail(), and SendSaveAsFileHeaderIfNeeded().
|
static |
Definition at line 288 of file phpthumb.functions.php.
Referenced by phpthumb\ApplyFilters().
|
static |
Definition at line 199 of file phpthumb.functions.php.
Referenced by phpthumb\ImageMagickThumbnailToGD().
|
static |
Definition at line 631 of file phpthumb.functions.php.
References FunctionIsDisabled().
Referenced by SafeURLread().
|
static |
Definition at line 13 of file phpthumb.functions.php.
|
static |
Definition at line 97 of file phpthumb.functions.php.
References $i, and version_compare_replacement_sub().
Referenced by phpthumb_filters\ApplyMask(), phpthumb_filters\BlurGaussian(), phpthumb_filters\BlurSelective(), phpthumb_filters\Brightness(), phpthumb_filters\Colorize(), phpthumb_filters\Contrast(), phpthumb_filters\EdgeDetect(), phpthumb_filters\Emboss(), phpthumb\ErrorImage(), phpthumb\ExtractEXIFgetImageSize(), filedate_remote(), filesize_remote(), phpthumb_filters\Grayscale(), ImageColorAllocateAlphaSafe(), phpthumb\ImageMagickThumbnailToGD(), phpthumb_filters\MeanRemoval(), phpthumb_filters\Negative(), phpthumb\Rotate(), SanitizeFilename(), phpthumb_filters\Sepia(), and phpthumb_filters\Smooth().
|
static |
Definition at line 37 of file phpthumb.functions.php.
Referenced by version_compare_replacement().