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.
qDefines the quality of the image. Use values between 0 and 100. Defaults to 90. Only relevant if the format is set to jpg.
<img src="kayaks.jpg?w=500&q=25>

fmEncodes the image to a specific format. Accepts jpg, png or gif. Defaults to jpg.
<img src="kayaks.jpg?w=500&fm=gif>

How can I help you explore Laravel packages today?