Cheetah
plugins
intervention-image
Intervention
Image
Imagick
Commands
GreyscaleCommand.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
Intervention\Image\Imagick\Commands
;
4
5
class
GreyscaleCommand
extends
\Intervention\Image\Commands\AbstractCommand
6
{
13
public
function
execute
($image)
14
{
15
return
$image->getCore()->modulateImage(100, 0, 100);
16
}
17
}
Intervention\Image\Imagick\Commands\GreyscaleCommand
Definition:
GreyscaleCommand.php:6
php
Intervention\Image\Imagick\Commands\GreyscaleCommand\execute
execute($image)
Definition:
GreyscaleCommand.php:13
Intervention\Image\Imagick\Commands
Definition:
BackupCommand.php:3
Intervention\Image\Commands\AbstractCommand
Definition:
AbstractCommand.php:6
Generated by
1.8.20