Image::invert
Invert the colors of the current image
2.9M Downloads / Month
Open Source MIT License
2.9M Downloads / Month
Open Source MIT License
public Intervention\Image\Image invert()
Invert all colors of the current image.
none
Instance of Intervention\Image\Image
// create Image from file and reverse colors
$img = Image::make('public/foo.jpg')->invert();