Example #1
0
 /**
  * (non-PHPdoc)
  * @see \Simplify\Thumb\Plugin::process()
  */
 protected function process(\Simplify\Thumb\Processor $thumb, $width = null, $height = null, $gravity = \Simplify\Thumb::CENTER)
 {
     $thumb->image = \Simplify\Thumb\Functions::zoomCrop($thumb->image, $width, $height, $gravity);
 }