$image
$image : mixed
Image object
Filter 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 |
blur(integer $amount, integer $type = IMG_FILTER_GAUSSIAN_BLUR) : \Pop\Image\Filter\Gd
Blur the image
integer | $amount | |
integer | $type |
sharpen(integer $amount) : \Pop\Image\Filter\Gd
Sharpen the image.
integer | $amount |
negate() : \Pop\Image\Filter\Gd
Create a negative of the image
colorize(\Pop\Image\Color\Rgb $color) : \Pop\Image\Filter\Gd
Colorize the image
\Pop\Image\Color\Rgb | $color |
pixelate(integer $px) : \Pop\Image\Filter\Gd
Pixelate the image
integer | $px |
pencil() : \Pop\Image\Filter\Gd
Apply a pencil/sketch effect to the image