icanboogie/image

Support for images and colors.

v0.0.2 2014-11-10 10:57 UTC

This package is auto-updated.

Last update: 2024-04-08 05:39:03 UTC


README

The Image package provides support for images and colors.

Requirements

The package requires PHP 5.3 or later.

Installation

The recommended way to install this package is through Composer:

$ composer require icanboogie/image

Cloning the repository

The package is available on GitHub, its repository can be cloned with the following command line:

$ git clone https://github.com/ICanBoogie/Image.git

Documentation

The package is documented as part of the ICanBoogie framework documentation. You can generate the documentation for the package and its dependencies with the make doc command. The documentation is generated in the docs directory. ApiGen is required. You can later clean the directory with the make clean command.

Testing

The test suite is ran with the make test command. Composer is automatically installed as well as all dependencies required to run the suite. You can later clean the directory with the make clean command.

License

ICanBoogie/Image is licensed under the New BSD License - See the LICENSE file for details.