$image
$image : mixed
Image object
Adjust class for Gd
__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 |
brightness(integer $amount) : \Pop\Image\Adjust\Gd
Adjust the image brightness
integer | $amount |
contrast(integer $amount) : \Pop\Image\Adjust\Gd
Adjust the image contrast
integer | $amount |
desaturate() : \Pop\Image\Adjust\Gd
Adjust the image desaturate