[13:53:40] <Arfrever> aclark: Who created 2.2.2 tag in https://github.com/python-imaging/Pillow/releases ?
[15:10:30] <TeraJL> is there any way, using pillow, to get the dominant color of an image? like this: http://briangonzalez.github.io/jquery.adaptive-backgrounds.js/?
[15:45:42] <wiredfool1> Arfrever: see https://github.com/python-imaging/Pillow/issues/443#issuecomment-30507397
[15:49:19] <wiredfool1> TeraJL: Not builtin, but I'm sure that all the necessary bits to build/port color-thief are in there. (i.e. quantize, getcolors, or the more low level gatpixel/getdata)
[22:21:04] <aclark> Mine is still not broken, but I now understand why at least. I assume that https://github.com/fish2000/Pillow/commit/7b86a74cd419d9e7cc6a259b13b23dc6e56eb758 is a partial fix and so is https://github.com/python-imaging/Pillow/commit/c6040f618d8f2706a7b46d1cdf37d1a587f9701f
[22:21:25] <aclark> which is why I'm not comfortable releasing until I fully understand what is going on