$image
$image : \Pop\Image\AbstractImage
Image object
Adjust class for Imagick
$image : \Pop\Image\AbstractImage
Image object
__construct(\Pop\Image\AbstractImage $image = null) : \Pop\Image\Adjust\AbstractAdjust
Constructor
Instantiate an image object
| \Pop\Image\AbstractImage | $image |
getImage() : \Pop\Image\AbstractImage
Get the image object
setImage(\Pop\Image\AbstractImage $image) : \Pop\Image\Adjust\AbstractAdjust
Set the image object
| \Pop\Image\AbstractImage | $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