Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Liste complète des membres de JImage, y compris les membres hérités :
$formats | JImage | protectedstatic |
$handle | JImage | protected |
$path | JImage | protected |
__construct($source=null) | JImage | |
__destruct() | JImage | |
createThumbs($thumbSizes, $creationMethod=self::SCALE_INSIDE, $thumbsFolder=null) | JImage | |
CROP | JImage | |
crop($width, $height, $left=null, $top=null, $createNew=true) | JImage | |
CROP_RESIZE | JImage | |
cropResize($width, $height, $createNew=true) | JImage | |
destroy() | JImage | |
filter($type, array $options=array()) | JImage | |
generateThumbs($thumbSizes, $creationMethod=self::SCALE_INSIDE) | JImage | |
getFilterInstance($type) | JImage | protected |
getHeight() | JImage | |
getImageFileProperties($path) | JImage | static |
getPath() | JImage | |
getWidth() | JImage | |
isLoaded() | JImage | |
isTransparent() | JImage | |
loadFile($path) | JImage | |
prepareDimensions($width, $height, $scaleMethod) | JImage | protected |
resize($width, $height, $createNew=true, $scaleMethod=self::SCALE_INSIDE) | JImage | |
rotate($angle, $background=-1, $createNew=true) | JImage | |
sanitizeHeight($height, $width) | JImage | protected |
sanitizeOffset($offset) | JImage | protected |
sanitizeWidth($width, $height) | JImage | protected |
SCALE_FILL | JImage | |
SCALE_FIT | JImage | |
SCALE_INSIDE | JImage | |
SCALE_OUTSIDE | JImage | |
toFile($path, $type=IMAGETYPE_JPEG, array $options=array()) | JImage |