TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: I built color search for iTunes

51 点作者 mbarrett将近 12 年前

10 条评论

dhotson将近 12 年前
Very cool! :-)<p>I built a similar search by color tool at 99designs and wrote a bit about how it works here: <a href="http://99designs.com/tech-blog/blog/2012/08/02/color-explorer/" rel="nofollow">http:&#x2F;&#x2F;99designs.com&#x2F;tech-blog&#x2F;blog&#x2F;2012&#x2F;08&#x2F;02&#x2F;color-explore...</a><p>TL;DR I&#x27;m using R-trees to do fast perceptual nearest neighbour color search.<p>OP, how are you doing it in this?
评论 #6090984 未加载
评论 #6092429 未加载
jmduke将近 12 年前
This thing is just <i>begging</i> for a rainbow where you hover over various points of the rainbow and it pops up with a relevant album.<p>If you want to take this one step further, I&#x27;d love to see a Chrome plugin version of this: detect the primary colors of a given page and suggest a similarly-colored album.
评论 #6091091 未加载
评论 #6091271 未加载
tehaaron将近 12 年前
It makes me happy when this sort of fun, simple app gets voted up to the front page of HN. It reminds me that my apps don&#x27;t need to do a million different things but that only a couple fun&#x2F;awesome functions can be elegant and useful.
duggieawesome将近 12 年前
Fantastic job. The darkest of albums.<p><a href="http://colorhits.com/album/407270/This+Is+Spinal+Tap" rel="nofollow">http:&#x2F;&#x2F;colorhits.com&#x2F;album&#x2F;407270&#x2F;This+Is+Spinal+Tap</a>
mbarrett将近 12 年前
OP here, Thanks for the comments. It was a very interesting project to build. To add a little background, ColorHits is using the iTunes EPF data with about 3.6 million albums available to search.
评论 #6092600 未加载
rsgong将近 12 年前
Great work. I&#x27;m working on palette determination on a project, so I&#x27;m curious- which algorithm&#x2F;library did you use to parse the album covers?
评论 #6090912 未加载
lalos将近 12 年前
Very cool tool! reminds me of this flickr color search <a href="http://labs.tineye.com/multicolr/#colors=e73843,6abbd3,e84b6e;weights=33,34,33;" rel="nofollow">http:&#x2F;&#x2F;labs.tineye.com&#x2F;multicolr&#x2F;#colors=e73843,6abbd3,e84b6...</a>
c54将近 12 年前
Very cool toy&#x2F;tool, good implementation too
carpe171将近 12 年前
very cool<p>could you up the amount of albums that show up per page?<p>or have an endless page option?
评论 #6091005 未加载
jfb将近 12 年前
This is great.