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