예제 #1
0
파일: Paste.php 프로젝트: nicodmf/Imagine
 /**
  * (non-PHPdoc)
  * @see Imagine\Filter\FilterInterface::apply()
  */
 public function apply(ImageInterface $image)
 {
     return $image->paste($this->image, $this->start);
 }