Download the PHP package hracik/php-recognize-average-color-from-image without Composer
On this page you can find all versions of the php package hracik/php-recognize-average-color-from-image. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hracik/php-recognize-average-color-from-image
More information about hracik/php-recognize-average-color-from-image
Files in hracik/php-recognize-average-color-from-image
Package php-recognize-average-color-from-image
Short Description Recognize average color from image.
License MIT
Informations about the package php-recognize-average-color-from-image
Recognize color from image
Recognize average color from image - can be external image URL or local file.
Getting Started
These instructions will get you a copy of the project up and running
Installing
Install with Composer
Usage
If you want to alter average color, e.g. to use the color on web dark/light designs, you can provide custom saturation and lightness within options.
Output #707A1E. Same image without options return color #838B45.
Or just get counted average without options attribute.
Output #658FAD.
Running the tests
Run
For Windows platforms
Built With
- PHPUnit - The PHP Testing Framework
- PHP: ImageMagick - Manual
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Andrej Lahucky - Initial work - Hracik
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details.
Acknowledgments
- PurpleBooth