1 | <?php namespace Modules\Media\Image\Intervention\Manipulations; |
||
5 | class Invert implements ImageHandlerInterface |
||
6 | { |
||
7 | /** |
||
8 | * Handle the image manipulation request |
||
9 | * @param \Intervention\Image\Image $image |
||
10 | * @param array $options |
||
11 | * @return \Intervention\Image\Image |
||
12 | */ |
||
13 | public function handle($image, $options) |
||
17 | } |
||
18 |