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.
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?