From df80e7fcd7a6a9bdf2cdc909584d9c918705b683 Mon Sep 17 00:00:00 2001 From: Aaron Brethorst Date: Tue, 11 Dec 2012 13:55:59 -0800 Subject: [PATCH] README file --- README.mdown | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.mdown diff --git a/README.mdown b/README.mdown new file mode 100644 index 0000000..c08d99e --- /dev/null +++ b/README.mdown @@ -0,0 +1,11 @@ +So, what's the story? +=== + +This morning, I saw a neat post on (Panic's blog)[http://www.panic.com/blog/2012/12/itunes-11-and-colors/] that showed an example of how to duplicate iTunes 11's cover art color matching algorithm. I thought it'd be worthwhile to make the code a bit more reusable, and...here we are! + +I have extracted all of the interesting code into a reusable class whose usage should be fairly self-explanatory. Let me know if you have any questions. + +License +=== + +BEATS ME! I wish Panic had included a license with their code, but they didn't, so I suppose you'll just have to consider this a 'for educational purposes only' sort of thing until that gets clarified. \ No newline at end of file