Example #1
0
 /**
  * (non-PHPdoc)
  * @see \Simplify\Thumb\Plugin::process()
  */
 protected function process(\Simplify\Thumb\Processor $thumb, $top = null, $right = null, $bottom = null, $left = null, $r = 0, $g = 0, $b = 0, $a = 0)
 {
     $thumb->image = \Simplify\Thumb\Functions::offset($thumb->image, $top, $right, $bottom, $left, $r, $g, $b, $a);
 }