Image::greyscale
Turn the current image into a greyscale version
2.9M Downloads / Month
Open Source MIT License
2.9M Downloads / Month
Open Source MIT License
public Intervention\Image\Image greyscale()
Turns image into a greyscale version.
none
Instance of Intervention\Image\Image
// create new Intervention Image and turn it into greyscale version
$img = Image::make('public/foo.jpg')->greyscale();