PHP Class Imbo\Image\Transformation\Blur

Author: Kristoffer Brabrand ([email protected])
Inheritance: extends Transformation, implements Imbo\EventListener\ListenerInterface
Show file Open project: imbo/imbo

Public Methods

Method Description
getSubscribedEvents ( )
transform ( Imbo\EventManager\EventInterface $event ) Transform the image

Private Methods

Method Description
blur ( Imbo\EventManager\EventInterface $event, boolean $adaptive = false ) Add Gaussian or adaptive blur to the image
checkRequiredParams ( array $params, array $required ) Check that all params are present
motionBlur ( Imbo\EventManager\EventInterface $event ) Add motion blur to the image
radialBlur ( Imbo\EventManager\EventInterface $event ) Add radial blur to the image

Method Details

getSubscribedEvents() public static method

public static getSubscribedEvents ( )

transform() public method

Transform the image
public transform ( Imbo\EventManager\EventInterface $event )
$event Imbo\EventManager\EventInterface The event instance