1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-29 08:40:33 +02:00

Edit readme

This commit is contained in:
Oliver Vogel
2025-01-15 19:08:13 +01:00
parent 0ff1d8399b
commit cde28943a5

View File

@@ -60,10 +60,18 @@ $encoded->save('images/example.jpg');
## Requirements
Before you begin with the installation make sure that your server environment
supports the following requirements.
- PHP >= 8.1
- Mbstring PHP Extension
- Image Processing PHP Extension
## Supported Image Libraries
Depending on your environment Intervention Image lets you choose between
different image processing extensions.
- GD Library
- Imagick PHP extension
- [libvips](https://github.com/Intervention/image-driver-vips)