Class CMS_image
This script aimed to manage images files for crop and resize. it extends CMS_file It handle JPG, PNG and GIF formats and respect alpha channel or transparency of files
Located in /automne/classes/files/image.php (line 25)
CMS_grandFather | --CMS_file | --CMS_image
Constructor
Crop current image from specified dimensions
Resize current image to a specified size
Inherited From CMS_file
CMS_file::__construct()
CMS_file::checkUploadedFile()
CMS_file::chmod()
CMS_file::chmodFile()
CMS_file::copyTo()
CMS_file::delete()
CMS_file::deleteFile()
CMS_file::deltree()
CMS_file::deltreeSimulation()
CMS_file::download()
CMS_file::downloadFile()
CMS_file::exists()
CMS_file::fileIsExecutable()
CMS_file::getContent()
CMS_file::getExtension()
CMS_file::getFileIcon()
CMS_file::getFileList()
CMS_file::getFilename()
CMS_file::getFilePath()
CMS_file::getFilePerms()
CMS_file::getFileSize()
CMS_file::getMaxUploadFileSize()
CMS_file::getName()
CMS_file::getParent()
CMS_file::getTmpPath()
CMS_file::gzipfile()
CMS_file::isDeletable()
CMS_file::makeDir()
CMS_file::makeExecutable()
CMS_file::makeReadable()
CMS_file::makeWritable()
CMS_file::mimeContentType()
CMS_file::moveTo()
CMS_file::readContent()
CMS_file::sendFiles()
CMS_file::setContent()
CMS_file::uploadFile()
CMS_file::writeToPersistence()
Inherited From CMS_grandFather
CMS_grandFather::autoload()
CMS_grandFather::hasError()
CMS_grandFather::log()
CMS_grandFather::PHPErrorHandler()
CMS_grandFather::raiseError()
CMS_grandFather::setDebug()
CMS_grandFather::setLog()
CMS_grandFather::_raiseError()
CMS_grandFather::__call()
jpg quality used from 0 (min quality) to 100 (max quality)
png compression used from 0 (max quality) to 9 (min quality)
Inherited from CMS_file
CMS_file::FILE_SYSTEM
CMS_file::TYPE_DIRECTORY
CMS_file::TYPE_FILE
CMS_file::UPLOAD_FILE_CANCELLED
CMS_file::UPLOAD_FILE_VALIDATION_FAILED
CMS_file::UPLOAD_SECURITY_ERROR
CMS_file::UPLOAD_UPLOAD_FAILED
CMS_file::UPLOAD_UPLOAD_LIMIT_EXCEEDED
CMS_file::UPLOAD_UPLOAD_STOPPED
CMS_file::WEBROOT
Inherited from CMS_grandFather
CMS_grandFather::ERROR_LOG
CMS_grandFather::SYSTEM_LABEL
Documentation generated on Wed, 15 Feb 2012 15:31:00 +0100 by phpDocumentor 1.4.3