Skip to content

Instantly share code, notes, and snippets.

View jimmykane's full-sized avatar
🏠
Working from home

Dimitrios Kanellopoulos jimmykane

🏠
Working from home
View GitHub Profile
<?php
/**
* @author Kanstantsin A Kamkou (2ka.by)
* History:
* - 21.08.2012 Bootstrap 2.1.0 corrections
* - 31.03.2013 Acl check added
*/
$html = array('<ul class="nav">');
#! /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_objects import RGBColor
import argparse
import math