$image
$image : mixed
Image object
Filter class for Gmagick
This class has been deprecated as of 2/6/2020 and will no longer be maintained. Please use the Imagick classes instead.
__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(mixed $radius, mixed $sigma, integer $channel = \Gmagick::CHANNEL_ALL) : \Pop\Image\Filter\Gmagick
Blur the image.
| mixed | $radius | |
| mixed | $sigma | |
| integer | $channel |
motionBlur(mixed $radius, mixed $sigma, integer $angle) : \Pop\Image\Filter\Gmagick
Blur the image.
| mixed | $radius | |
| mixed | $sigma | |
| integer | $angle |
radialBlur(integer $angle, integer $channel = \Gmagick::CHANNEL_ALL) : \Pop\Image\Filter\Gmagick
Blur the image.
| integer | $angle | |
| integer | $channel |
sharpen(mixed $radius, mixed $sigma, integer $channel = \Gmagick::CHANNEL_ALL) : \Pop\Image\Filter\Gmagick
Sharpen the image
| mixed | $radius | |
| mixed | $sigma | |
| integer | $channel |
negate() : \Pop\Image\Filter\Gmagick
Create a negative of the image
paint(integer $radius) : \Pop\Image\Filter\Gmagick
Apply an oil paint effect to the image using the pixel radius threshold
| integer | $radius |
noise(integer $type = \Gmagick::NOISE_MULTIPLICATIVEGAUSSIAN) : \Pop\Image\Filter\Gmagick
Apply a noise effect to the image
| integer | $type |
diffuse(integer $radius) : \Pop\Image\Filter\Gmagick
Apply a diffusion effect to the image
| integer | $radius |
skew(integer $x, integer $y, \Pop\Image\Color\ColorInterface $color = null) : \Pop\Image\Filter\Gmagick
Apply a skew effect to the image
| integer | $x | |
| integer | $y | |
| \Pop\Image\Color\ColorInterface | $color |
solarize(integer $threshold) : \Pop\Image\Filter\Gmagick
Apply a skew effect to the image
| integer | $threshold |
swirl(integer $degrees) : \Pop\Image\Filter\Gmagick
Apply a swirl effect to the image
| integer | $degrees |
pixelate(integer $w, integer $h = null) : \Pop\Image\Filter\Gmagick
Apply a mosaic pixelate effect to the image
| integer | $w | |
| integer | $h |