예제 #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);
 }