....
- PHP 5.4.x;
- Unix system;
- PECL imagick >= 3.1.x
The recommended way to install ColorAnalyzer is through composer. You can see package information on Packagist.
{
"require": {
"pinefor/color-analyzer": "dev"
}
}
....
Tests are in the tests
folder.
To run them, you need PHPUnit.
Example:
$ phpunit --configuration phpunit.xml.dist
MIT, see LICENSE