PHP Class Imbo\Image\Transformation\Transformation

Author: Christer Edvartsen ([email protected])
Afficher le fichier Open project: imbo/imbo

Protected Properties

Свойство Type Description
$imagick Imagick Imagick instance

Méthodes publiques

Méthode Description
setImagick ( Imagick $imagick ) : self Set the Imagick instance

Méthodes protégées

Méthode Description
formatColor ( string $color ) : string Attempt to format a color-string into a string Imagick can understand
getQuantumRange ( ) : integer Get the quantum range of an image

Method Details

formatColor() protected méthode

Attempt to format a color-string into a string Imagick can understand
protected formatColor ( string $color ) : string
$color string
Résultat string

getQuantumRange() protected méthode

Get the quantum range of an image
protected getQuantumRange ( ) : integer
Résultat integer

setImagick() public méthode

Set the Imagick instance
public setImagick ( Imagick $imagick ) : self
$imagick Imagick An Imagick instance
Résultat self

Property Details

$imagick protected_oe property

Imagick instance
protected Imagick $imagick
Résultat Imagick