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