home
/
zktecojo
/
public_html
/
vendor
/
intervention
/
image
/
src
/
Intervention
/
Image
/
Imagick
/
Commands
➕ New
📤 Upload
✎ Editing:
GreyscaleCommand.php
← Back
<?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); } }
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel