Skip to content

Commit

Permalink
Move driver list
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Jan 15, 2025
1 parent bad2a29 commit 683bf0f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ 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
Expand Down Expand Up @@ -62,12 +65,6 @@ $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 [email protected] directly.
Expand Down

0 comments on commit 683bf0f

Please sign in to comment.