Yannick Warnier 76a0eae5ea Add static resources and remove tests dir for beta release | 5 rokov pred | |
---|---|---|
.. | ||
lib | 5 rokov pred | |
CHANGELOG.md | 5 rokov pred | |
LICENSE | 5 rokov pred | |
README.md | 5 rokov pred | |
composer.json | 5 rokov pred |
Tweet about it using the #php_imagine hashtag.
Image manipulation library for PHP 5.3 inspired by Python's PIL and other image libraries.
##Requirements##
The Imagine library has the following requirements:
Depending on the chosen Image implementation, you may need one of the following:
php composer.phar require imagine/imagine
##Basic Principles##
The main purpose of Imagine is to provide all the necessary functionality to bring all native low level image processing libraries in PHP to the same simple and intuitive OO API.
Several things are necessary to accomplish that:
The above tools should be the basic foundation for a more powerful set of tools that are called Filters
in Imagine.
Some of the ideas for upcoming filters: