From 0ff1d8399b40985ecf32f666729475b832a11d9f Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Wed, 15 Jan 2025 19:04:11 +0100 Subject: [PATCH] Revert "Move driver list" This reverts commit 683bf0f415022481cd13f5f4ca27e4cf05d5e82a. --- readme.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 3c18e8f1..6e2093a4 100644 --- a/readme.md +++ b/readme.md @@ -13,9 +13,6 @@ choose between the GD library or Imagick as the base layer for all operations. - Simple interface for common image editing tasks - Interchangeable driver architecture - - GD Library - - Imagick PHP extension - - [libvips](https://github.com/Intervention/image-driver-vips) - Support for animated images - Framework-agnostic - PSR-12 compliant @@ -65,6 +62,12 @@ $encoded->save('images/example.jpg'); - PHP >= 8.1 +## Supported Image Libraries + +- GD Library +- Imagick PHP extension +- [libvips](https://github.com/Intervention/image-driver-vips) + ## Security If you discover any security related issues, please email oliver@intervention.io directly.