From 5cb267d4d7c93b983f2976c3c76ad5ded9d51851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Quintana?= Date: Sat, 6 Aug 2016 23:32:28 -0500 Subject: [PATCH] Add GImage --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eedd9e8..f2d0327 100644 --- a/README.md +++ b/README.md @@ -268,6 +268,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Imagine](http://imagine.readthedocs.io/en/latest/index.html) - An image manipulation library. * [Intervention Image](https://github.com/Intervention/image) - Another image manipulation library. * [PHP Image Workshop](https://github.com/Sybio/ImageWorkshop) - Another image manipulation library. +* [GImage](https://github.com/joseluisq/gimage) - A library for easy image handling using GD. ## Testing *Libraries for testing codebases and generating test data.*