Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshwcomeau/colourmatch
Search by Colour. Find photos with matching palettes.
https://github.com/joshwcomeau/colourmatch
color colour rails ruby
Last synced: 2 months ago
JSON representation
Search by Colour. Find photos with matching palettes.
- Host: GitHub
- URL: https://github.com/joshwcomeau/colourmatch
- Owner: joshwcomeau
- License: mit
- Created: 2014-12-15T17:43:42.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-31T11:15:12.000Z (about 7 years ago)
- Last Synced: 2023-04-09T19:48:03.744Z (over 1 year ago)
- Topics: color, colour, rails, ruby
- Language: CSS
- Homepage: http://colourmatch.ca
- Size: 9.28 MB
- Stars: 12
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
##ColourMatch
####Find beautiful photos from 500px, with colourRather than search with keywords, I thought it'd be fun to make a search-by-colour photo search engine. The project is live at http://colourmatch.ca/.
There are, in fact, other search tools that do similar things. Mine differs in how I judge colours as important. When you select a vibrant red, other tools will find images that are 100% red; A macro shot of a rose, a photo from the red light district where everything is bathed in crimson.
I was more interested in finding regular images with dominant outliers; the ruby-red lips on a tanned model, the red eyes of an albino cat.
At this point, this is just a proof of concept. I'm sourcing photos from 500px's database, but because I need to process images one at a time, I only have a repository of ~12k photos.
As a real tool, I would combine this with keyword search to allow for graphic/web designers to be able to find stock photography that matches the palette of their site. Say you own a travel agency, and for your website you want a hero image of some beautiful tropical destination. If your website colours are turquoise and red, you could use this tool to find a Bora Bora beach scene with pure turqoise water and a cocktail with a bright red cherry hung on the glass.
I think that'd be pretty cool.