

Nextrek
@ 1464
Nextrek / Aiba_backup / vendor / intervention / image / src / Intervention / Image / Imagick / Commands / GreyscaleCommand.php
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<?php namespace Intervention\Image\Imagick\Commands; class GreyscaleCommand extends \Intervention\Image\Commands\AbstractCommand { /** * Turns an image into a greyscale version * * @param \Intervention\Image\Image $image * @return boolean */ public function execute($image) { return $image->getCore()->modulateImage(100, 0, 100); } } |
Commits for Nextrek/Aiba_backup/vendor/intervention/image/src/Intervention/Image/Imagick/Commands/GreyscaleCommand.php
Revision | Author | Commited | Message |
---|---|---|---|
1464 |
![]() |
Tue 13 Oct, 2020 11:16:56 +0000 |