PHP Image Processing
Intervention Image is a PHP image processing library that provides a simple and expressive way to create, edit, and compose images. It comes with a universal interface for the popular PHP image manipulation extensions. You can choose between the GD library, Imagick or libvips as the base layer for all operations.
Install this library using Composer. Add the package with the following command:
composer require intervention/image
Learn the basics on how to use Intervention Image and more with the official documentation.
…
Ensure that your server environment meets the following requirements before installation:
Depending on your environment Intervention Image lets you choose between different image processing extensions.
If you discover any security related issues, please email [email protected] directly.
This library is developed and maintained by Oliver Vogel
Thanks to the community of contributors who have helped to improve this project.
Intervention Image is licensed under the MIT License.