Creating a Color Palette from an Image

(amandahinton.com)

31 points | by evakhoury 1 day ago

4 comments

  • cududa 3 minutes ago
    This might be the best color palette generator I’ve ever seen. I used to work in Operating Systems, and trying to get a good color palette from a photo is HARD. A lot of very smart very well paid people have dedicated years of their life to this type of thing. Really fantastic work.

    If the author of the blog post ever comes across this thread/ comment, bravo and I hope you feel pride in your work and I’d go so far to say discovery.

  • aardvarkdriver 46 minutes ago
    Related from same author: Generating a color spectrum for an image https://news.ycombinator.com/item?id=47783062
  • comradesmith 1 hour ago
    This is cool, I’m going to try write my own implementation to follow along as a learning exercise
  • firebot 1 hour ago
    Interesting design choices.

    Have you ever tried allrgb.com? The idea is to use every 24-bit RGB triplet once and only once. Many people naturally choose 4096x4096 as the final image size.