Cheetah
|
Public Member Functions | |
initFromPath ($path) | |
initFromGdResource ($resource) | |
initFromImagick (\Imagick $object) | |
initFromBinary ($binary) | |
![]() | |
__construct ($data=null) | |
initFromUrl ($url) | |
initFromStream ($stream) | |
isGdResource () | |
isImagick () | |
isInterventionImage () | |
isSplFileInfo () | |
isSymfonyUpload () | |
isFilePath () | |
isUrl () | |
isStream () | |
isBinary () | |
isDataUrl () | |
isBase64 () | |
initFromInterventionImage ($object) | |
init ($data) | |
__toString () | |
Definition at line 8 of file Decoder.php.
Intervention\Image\Imagick\Decoder::initFromBinary | ( | $binary | ) |
Initiates new image from binary data
string | $data |
Reimplemented from Intervention\Image\AbstractDecoder.
Definition at line 75 of file Decoder.php.
Intervention\Image\Imagick\Decoder::initFromGdResource | ( | $resource | ) |
Initiates new image from GD resource
Resource | $resource |
Reimplemented from Intervention\Image\AbstractDecoder.
Definition at line 44 of file Decoder.php.
Intervention\Image\Imagick\Decoder::initFromImagick | ( | \Imagick | $object | ) |
Initiates new image from Imagick object
Imagick | $object |
Reimplemented from Intervention\Image\AbstractDecoder.
Definition at line 57 of file Decoder.php.
Intervention\Image\Imagick\Decoder::initFromPath | ( | $path | ) |
Initiates new image from path in filesystem
string | $path |
Reimplemented from Intervention\Image\AbstractDecoder.
Definition at line 16 of file Decoder.php.