PHPackages                             blainesch/imagecolor - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. blainesch/imagecolor

ActiveLibrary[Image &amp; Media](/categories/media)

blainesch/imagecolor
====================

Will group pictures into given color categories.

1.0.0(13y ago)8122The BSD LicensePHPPHP &gt;=5.3.10

Since Mar 8Pushed 11y agoCompare

[ Source](https://github.com/BlaineSch/imageColor)[ Packagist](https://packagist.org/packages/blainesch/imagecolor)[ Docs](https://github.com/BlaineSch/imageColor)[ RSS](/packages/blainesch-imagecolor/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (2)Used By (0)

Image Color
-----------

[](#image-color)

Helps grab primary color information from photos. This was originally created to put similarly colored images together, similiar to the functionality of etsy's homepage.

[![Build Status](https://camo.githubusercontent.com/dd616ce4a546438731818ec21b13b3f8bb5713f3c7294dc2f58fb1034d337074/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f626c61696e657363682f696d616765436f6c6f722e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/blainesch/imageColor)

Installation
------------

[](#installation)

### GIT

[](#git)

```
git clone git://github.com/BlaineSch/imageColor.git imageColor
cd imageColor && php composer.phar install
```

### Composer

[](#composer)

```
"require": {
    "blainesch/imagecolor": "1.0.0"
}
```

```
php compooser.phar install
```

Running Tests
-------------

[](#running-tests)

You'll need to install with dev dependencies, then run phpunit.

```
git clone git://github.com/BlaineSch/imageColor.git imageColor
cd imageColor && php composer.phar install --dev
phpunit
```

Usage
-----

[](#usage)

### Script

[](#script)

```
