An open API service indexing awesome lists of open source software.

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

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.