コード例 #1
0
ファイル: Show.php プロジェクト: nicodmf/Imagine
 /**
  * (non-PHPdoc)
  * @see Imagine\Filter\FilterInterface::apply()
  */
 public function apply(ImageInterface $image)
 {
     return $image->show($this->format, $this->options);
 }