コード例 #1
0
ファイル: GrayscaleFormatter.php プロジェクト: alex-dwt/file
 /**
  * @inheritdoc
  */
 protected function processFile($readFilePath)
 {
     return ImageHelper::grayscale($readFilePath);
 }