$image
$image : mixed
Image object
Adjust class for Imagick
__construct(\Pop\Image\Adapter\AbstractAdapter $image = null)
Constructor
Instantiate an image edit object
\Pop\Image\Adapter\AbstractAdapter | $image |
getImage() : \Pop\Image\Adapter\AbstractAdapter
Get the image object
setImage(\Pop\Image\Adapter\AbstractAdapter $image) : \Pop\Image\AbstractEditObject
Set the image object
\Pop\Image\Adapter\AbstractAdapter | $image |
hue(integer $amount) : \Pop\Image\Adjust\Imagick
Method to adjust the hue of the image.
integer | $amount |
saturation(integer $amount) : \Pop\Image\Adjust\Imagick
Method to adjust the saturation of the image.
integer | $amount |
brightness(integer $amount) : \Pop\Image\Adjust\Imagick
Adjust the image brightness
integer | $amount |
hsb(integer $h, integer $s, integer $b) : \Pop\Image\Adjust\Imagick
Method to adjust the HSB of the image altogether.
integer | $h | |
integer | $s | |
integer | $b |
level(integer $black, float $gamma, integer $white) : \Pop\Image\Adjust\Imagick
Method to adjust the levels of the image using a 0 - 255 range.
integer | $black | |
float | $gamma | |
integer | $white |
contrast(integer $amount) : \Pop\Image\Adjust\Imagick
Adjust the image contrast
integer | $amount |
desaturate() : \Pop\Image\Adjust\Imagick
Adjust the image desaturate