https://github.com/mor10/imageabstractor
Simple example pulling colours out of an image. Requires league/color-extractor
https://github.com/mor10/imageabstractor
Last synced: about 1 year ago
JSON representation
Simple example pulling colours out of an image. Requires league/color-extractor
- Host: GitHub
- URL: https://github.com/mor10/imageabstractor
- Owner: mor10
- Created: 2017-10-18T19:51:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-18T20:23:54.000Z (over 8 years ago)
- Last Synced: 2025-01-02T01:47:46.485Z (over 1 year ago)
- Language: PHP
- Size: 267 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
imageAbstractor
==============
Weird litle project demonstrating the use of Composer packages by extracting the colors from an image and displaying the 1024 most used colors in a grid.
Requires [league/color-extractor](https://packagist.org/packages/league/color-extractor) and [monolog/monolog](https://packagist.org/packages/monolog/monolog).
## Install
Via Composer
``` bash
$ composer install
```
## Caveat
Do not use. This project has zero value.