Method |
Description |
|
CheckLocalFile ( string $p_imagePath ) |
Checkes if local file exists |
|
CheckRemoteFile ( string $p_imageUrl ) |
Checkes if remote file exists |
|
CropImage ( ) |
crops image |
|
CropResizedImage ( resource $p_im ) |
crops resized image to fit size |
|
GetEnding ( ) : string |
Create an proper file ending for given ContenType |
|
GetHeaders ( ) |
|
|
GetImage ( string $p_imageId ) |
Receives image name, type and url if any from DB. |
|
MkdirRecursive ( string $p_dir ) : boolean |
Create an directory tree. |
|
PushImage ( ) |
Sends headers and output image
Send image to resize if need |
|
ReadImage ( string $p_ending ) |
Reads image from a local or remote file. |
|
ResizeImage ( resource $p_im ) |
resizes image |
|
cacheHasExpired ( ) |
|
|
createImage ( $p_target = null ) |
|
|
getLocalFileName ( ) : string |
Return an local filename. |
|
imageCacheHandler ( ) : unknown |
Create the cached version of an image. |
|
removeCachedImage ( ) |
|
|
sendCachedImage ( ) |
|
|