public Intervention\Image\Image gamma(float $correction)
Apply a gamma correction operation on the current image.
Gamma compensation value.
Instance of Intervention\Image\Image
// create new Intervention Image
$img = Image::make('public/foo.jpg');
// apply gamma correction
$img->gamma(1.6);
2023-09-08 更新 本文链接:https://upwqy.com/index.php/wiki/info/894.html