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.
By default Glide uses the GD library. However you can also use Glide with ImageMagick if the Imagick PHP extension is installed.
<?php
$server = League\Glide\ServerFactory::create([
'driver' => 'imagick',
]);
How can I help you explore Laravel packages today?