PHP Class Imbo\Image\Transformation\Transformation

Author: Christer Edvartsen ([email protected])
Datei anzeigen Open project: imbo/imbo

Protected Properties

Property Type Description
$imagick Imagick Imagick instance

Public Methods

Method Description
setImagick ( Imagick $imagick ) : self Set the Imagick instance

Protected Methods

Method 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 method

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

getQuantumRange() protected method

Get the quantum range of an image
protected getQuantumRange ( ) : integer
return integer

setImagick() public method

Set the Imagick instance
public setImagick ( Imagick $imagick ) : self
$imagick Imagick An Imagick instance
return self

Property Details

$imagick protected_oe property

Imagick instance
protected Imagick $imagick
return Imagick