league/glide
Glide is an on-demand PHP image manipulation library with an HTTP API. Resize, crop, and apply effects, then cache results with far-future headers. Works with GD, Imagick, or libvips, integrates with Flysystem, and can sign URLs for security.
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?