Definition at line 7 of file ImageManagerStatic.php.
◆ __construct()
Intervention\Image\ImageManagerStatic::__construct |
( |
ImageManager |
$manager = null | ) |
|
◆ cache()
static Intervention\Image\ImageManagerStatic::cache |
( |
Closure |
$callback, |
|
|
|
$lifetime = null , |
|
|
|
$returnObj = false |
|
) |
| |
|
static |
Create new cached image and run callback statically
- Parameters
-
Closure | $callback | |
integer | $lifetime | |
boolean | $returnObj | |
- Returns
- mixed
Definition at line 83 of file ImageManagerStatic.php.
◆ canvas()
static Intervention\Image\ImageManagerStatic::canvas |
( |
|
$width, |
|
|
|
$height, |
|
|
|
$background = null |
|
) |
| |
|
static |
Statically creates an empty image canvas
- Parameters
-
integer | $width | |
integer | $height | |
mixed | $background | |
- Returns
- \Intervention\Image\Image
Definition at line 69 of file ImageManagerStatic.php.
◆ configure()
static Intervention\Image\ImageManagerStatic::configure |
( |
array |
$config = array() | ) |
|
|
static |
◆ getManager()
static Intervention\Image\ImageManagerStatic::getManager |
( |
| ) |
|
|
static |
◆ make()
static Intervention\Image\ImageManagerStatic::make |
( |
|
$data | ) |
|
|
static |
Statically initiates an Image instance from different input types
- Parameters
-
- Returns
- \Intervention\Image\Image
Definition at line 55 of file ImageManagerStatic.php.
◆ $manager
Intervention\Image\ImageManagerStatic::$manager |
|
static |
The documentation for this class was generated from the following file: