league/glide
Glide is an on-demand PHP image manipulation library served over HTTP. Resize, crop, and apply effects with simple URL parameters, with automatic caching and far-future headers. Works with GD, Imagick, or libvips and Flysystem storage.
briAdjusts the image brightness. Use values between -100 and +100, where 0 represents no change.
<img src="kayaks.jpg?w=500&bri=-25">

conAdjusts the image contrast. Use values between -100 and +100, where 0 represents no change.
<img src="kayaks.jpg?w=500&con=25">

gamAdjusts the image gamma. Use values between 0.1 and 9.99.
<img src="kayaks.jpg?w=500&gam=1.5">

sharpSharpen the image. Use values between 0 and 100.
<img src="kayaks.jpg?w=500&sharp=15">

How can I help you explore Laravel packages today?