Cheetah
|
Public Member Functions | |
__construct (array $config=array()) | |
configure (array $config=array()) | |
make ($data) | |
canvas ($width, $height, $background=null) | |
cache (Closure $callback, $lifetime=null, $returnObj=false) | |
Public Attributes | |
$config | |
Definition at line 7 of file ImageManager.php.
Intervention\Image\ImageManager::__construct | ( | array | $config = array() | ) |
Creates new instance of Image Manager
array | $config |
Definition at line 23 of file ImageManager.php.
Create new cached image and run callback (requires additional package intervention/imagecache)
Closure | $callback | |
integer | $lifetime | |
boolean | $returnObj |
Definition at line 77 of file ImageManager.php.
Intervention\Image\ImageManager::canvas | ( | $width, | |
$height, | |||
$background = null |
|||
) |
Creates an empty image canvas
integer | $width | |
integer | $height | |
mixed | $background |
Definition at line 62 of file ImageManager.php.
Intervention\Image\ImageManager::configure | ( | array | $config = array() | ) |
Overrides configuration settings
array | $config |
Definition at line 34 of file ImageManager.php.
Intervention\Image\ImageManager::make | ( | $data | ) |
Initiates an Image instance from different input types
mixed | $data |
Definition at line 48 of file ImageManager.php.
Intervention\Image\ImageManager::$config |
Definition at line 14 of file ImageManager.php.