Свойство | Type | Description | |
---|---|---|---|
$imagick | Imagick | Imagick instance |
Méthode | Description | |
---|---|---|
setImagick ( Imagick $imagick ) : self | Set the Imagick instance |
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 |
protected formatColor ( string $color ) : string | ||
$color | string | |
Résultat | string |
protected getQuantumRange ( ) : integer | ||
Résultat | integer |
public setImagick ( Imagick $imagick ) : self | ||
$imagick | Imagick | An Imagick instance |
Résultat | self |