-Then I had the idea of looking at the podcast artwork of some of my favorite podcasts and networks. I first looked into using something like `PIL` to create [histograms] for the artwork, but it wasn't easy to read and understand. Then I remembered some frequency-type graphs of movie poster artwork and found [k-means color clustering][cc]. That was what I wanted to do, but wanted to reuse someone else's library rather than writing it up myself. After some extensive "research" (Googling), I found <http://mkweb.bcgsc.ca/color-summarizer/?examplesi> by Martin Krzywinski.
0 commit comments