Download the PHP package tooleks/php-avg-color-picker without Composer
On this page you can find all versions of the php package tooleks/php-avg-color-picker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php-avg-color-picker
The PHP Average Color Picker Library
The package provides the library for picking an average color from the given image. Currently it supports image/png
, image/jpeg
, image/gif
image MIME types.
Example
Input - The Image Path
Output - The Image Average Color
Requirements
"php": "^7.0", "ext-mbstring": "*", "ext-gd": "*"
Installation
Package Installation
Execute the following command to get the latest version of the package:
Usage Examples
You can use the calculated value to show the average image color in its container before the image is loaded.
Tests
Execute the following command to run tests:
All versions of php-avg-color-picker with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0
ext-mbstring Version *
ext-gd Version *
ext-mbstring Version *
ext-gd Version *
The package tooleks/php-avg-color-picker contains the following files
Loading the files please wait ....