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.
blurAdds a blur effect to the image. Use values between 0 and 100.
<img src="kayaks.jpg?w=500&blur=5>

pixelApplies a pixelation effect to the image. Use values between 0 and 1000.
<img src="kayaks.jpg?w=500&pixel=5>
![]()
filtApplies a filter effect to the image. Accepts greyscale or sepia.
<img src="kayaks.jpg?w=500&filt=sepia>

How can I help you explore Laravel packages today?