Cheetah
|
Public Member Functions | |
initFromPath ($path) | |
initFromGdResource ($resource) | |
initFromImagick (\Imagick $object) | |
initFromBinary ($binary) | |
gdResourceToTruecolor (&$resource) | |
![]() | |
__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\Gd\Decoder::gdResourceToTruecolor | ( | & | $resource | ) |
Transform GD resource into Truecolor version
resource | $resource |
Definition at line 109 of file Decoder.php.
Intervention\Image\Gd\Decoder::initFromBinary | ( | $binary | ) |
Initiates new image from binary data
string | $data |
Reimplemented from Intervention\Image\AbstractDecoder.
Definition at line 87 of file Decoder.php.
Intervention\Image\Gd\Decoder::initFromGdResource | ( | $resource | ) |
Initiates new image from GD resource
Resource | $resource |
Reimplemented from Intervention\Image\AbstractDecoder.
Definition at line 63 of file Decoder.php.
Intervention\Image\Gd\Decoder::initFromImagick | ( | \Imagick | $object | ) |
Initiates new image from Imagick object
Imagick | $object |
Reimplemented from Intervention\Image\AbstractDecoder.
Definition at line 74 of file Decoder.php.
Intervention\Image\Gd\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.