Definition at line 5 of file AbstractEncoder.php.
◆ process()
Intervention\Image\AbstractEncoder::process |
( |
Image |
$image, |
|
|
|
$format = null , |
|
|
|
$quality = null |
|
) |
| |
◆ processBmp()
Intervention\Image\AbstractEncoder::processBmp |
( |
| ) |
|
|
abstractprotected |
◆ processDataUrl()
Intervention\Image\AbstractEncoder::processDataUrl |
( |
| ) |
|
|
protected |
Processes and returns encoded image as data-url string
- Returns
- string
Definition at line 162 of file AbstractEncoder.php.
◆ processGif()
Intervention\Image\AbstractEncoder::processGif |
( |
| ) |
|
|
abstractprotected |
◆ processIco()
Intervention\Image\AbstractEncoder::processIco |
( |
| ) |
|
|
abstractprotected |
◆ processJpeg()
Intervention\Image\AbstractEncoder::processJpeg |
( |
| ) |
|
|
abstractprotected |
◆ processPng()
Intervention\Image\AbstractEncoder::processPng |
( |
| ) |
|
|
abstractprotected |
◆ processTiff()
Intervention\Image\AbstractEncoder::processTiff |
( |
| ) |
|
|
abstractprotected |
◆ setFormat()
Intervention\Image\AbstractEncoder::setFormat |
( |
|
$format = null | ) |
|
|
protected |
◆ setImage()
Intervention\Image\AbstractEncoder::setImage |
( |
|
$image | ) |
|
|
protected |
◆ setQuality()
Intervention\Image\AbstractEncoder::setQuality |
( |
|
$quality | ) |
|
|
protected |
◆ $format
Intervention\Image\AbstractEncoder::$format |
◆ $image
Intervention\Image\AbstractEncoder::$image |
◆ $quality
Intervention\Image\AbstractEncoder::$quality |
◆ $result
Intervention\Image\AbstractEncoder::$result |
The documentation for this class was generated from the following file: