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();
2023-09-08 更新 本文链接:https://upwqy.com/index.php/wiki/info/901.html