PHP Class Imbo\Image\Transformation\Compress

Author: Christer Edvartsen ([email protected])
Inheritance: extends Transformation, implements Imbo\EventListener\ListenerInterface
Afficher le fichier Open project: imbo/imbo Class Usage Examples

Méthodes publiques

Méthode Description
compress ( Imbo\EventManager\EventInterface $event ) Apply the compression
getSubscribedEvents ( )
transform ( Imbo\EventManager\EventInterface $event ) Transform the image

Method Details

compress() public méthode

Apply the compression
public compress ( Imbo\EventManager\EventInterface $event )
$event Imbo\EventManager\EventInterface The event instance

getSubscribedEvents() public static méthode

public static getSubscribedEvents ( )

transform() public méthode

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