File manager - Edit - /var/www/payraty/lms_main/vendor/intervention/image/src/Intervention/Image/Gd/Commands/GreyscaleCommand.php
Back
<?php namespace Intervention\Image\Gd\Commands; use Intervention\Image\Commands\AbstractCommand; class GreyscaleCommand extends AbstractCommand { /** * Turns an image into a greyscale version * * @param \Intervention\Image\Image $image * @return boolean */ public function execute($image) { return imagefilter($image->getCore(), IMG_FILTER_GRAYSCALE); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings