Supported image drivers
developIntervention Image uses an interchangeable driver architecture. You can choose from the following base layers for image operations:
- GD Library: Built-in PHP extension.
- Imagick: PHP extension for ImageMagick.
- libvips: High-performance image processing library (requires the
intervention/image-driver-vipsdriver).