示例#1
0
文件: Crop.php 项目: halid/Imagine
 /**
  * (non-PHPdoc)
  * @see Imagine\Filter\FilterInterface::apply()
  */
 public function apply(ImageInterface $image)
 {
     return $image->crop($this->start, $this->size);
 }