From cde28943a5de2b957523d57ab71c02c393c36e9d Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Wed, 15 Jan 2025 19:08:13 +0100 Subject: [PATCH] Edit readme --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme.md b/readme.md index 6e2093a4..c693d9a8 100644 --- a/readme.md +++ b/readme.md @@ -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)