I hereby claim:
- I am jimmybrancaccio on github.
- I am jimmybrancaccio (https://keybase.io/jimmybrancaccio) on keybase.
- I have a public key ASAqrEdE4-JTBkLIHICmcQ32tnz3yOFukn7P-q-nBYx3MQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#! /usr/bin/env python2 | |
# Requires: PIL, colormath | |
# | |
# Improved algorithm now automatically crops the image and uses much | |
# better color matching | |
from PIL import Image, ImageChops | |
from colormath.color_conversions import convert_color | |
from colormath.color_objects import LabColor | |
from colormath.color_objects import sRGBColor as RGBColor |
git clone git://github.com/sivel/speedtest-cli.git speedtest-cli |