コード例 #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);
 }