Various scripts to get images metrics
##Installation Install virtualenv:
$ sudo easy_install virtualenvDownload git repository:
$ git clone https://github.com/uf0/imgs-scripts.gitbrowse to imgs-scripts root folder:
$ cd imgs-scriptsYou may need to install libjpeg
$ brew install libjpegCreate a virtualenv directory env, activate the virtualenv and install the requirements:
$ virtualenv --no-site-packages env
$ source env/bin/activate
$ pip install -r requirements.txt##Run scripts
###dominatio.py This script gets in input a folder containing images and outputs a .tsv file with the HEX code of the dominant color(s).
Type $ python dominatio.py -h for usage instructions