We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8127043 commit 518b529Copy full SHA for 518b529
1 file changed
readme.md
@@ -9,10 +9,10 @@
9
Intervention Image is a **PHP image processing library** that provides a simple
10
and expressive way to create, edit, and compose images. It comes with a universal
11
interface for the popular PHP image manipulation extensions. You can
12
-choose between the GD library or Imagick as the base layer for all operations.
+choose between the GD library, Imagick or libvips as the base layer for all operations.
13
14
-- Simple & fluent interface for common image editing tasks
15
-- Interchangeable driver architecture with support for GD, Imagick and libvips
+- Fluent interface for common image editing tasks
+- Interchangeable driver architecture with support for **GD, Imagick and libvips**
16
- Support for animated images with all drivers
17
- Framework-agnostic
18
0 commit comments