add Imagine lib

I had used this lib to resize about 14 million image
This commit is contained in:
Tawfek Daghistani 2014-06-24 12:14:13 +03:00
parent a05fa47eca
commit 40727e610f

View File

@ -194,6 +194,8 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
* [GIF Creator](https://github.com/Sybio/GifCreator) - A library to create GIF animations from multiple images.
* [Image With Text](https://github.com/nmcteam/image-with-text) - A library for embedding text into images.
* [Color Extractor](https://github.com/php-loep/color-extractor) - A library for extracting colours from images.
* [imagine](https://github.com/avalanche123/Imagine) - A library for Image processing for PHP 5.3
## Testing
*Libraries for testing codebases and generating test data.*