Cheetah
GreyscaleCommand.php
Go to the documentation of this file.
1 <?php
2 
4 
6 {
13  public function execute($image)
14  {
15  return imagefilter($image->getCore(), IMG_FILTER_GRAYSCALE);
16  }
17 }
Intervention\Image\Gd\Commands
Definition: BackupCommand.php:3
Intervention\Image\Gd\Commands\GreyscaleCommand
Definition: GreyscaleCommand.php:6
Intervention\Image\Gd\Commands\GreyscaleCommand\execute
execute($image)
Definition: GreyscaleCommand.php:13
php
Intervention\Image\Commands\AbstractCommand
Definition: AbstractCommand.php:6