Detect main colors in an image with PHP
问题 I am trying to replicate the functionality that Dribbble.com does with detecting the predominant colors in an Image. In the image below you can see a screenshot from Dribbble.com that shows the 8 predominant colors in the image to the left. Here is the actual page in the image http://dribbble.com/shots/528033-Fresh-Easy?list=following I need to be able to do this in PHP, once I get the colors I need I will save them to a database so the processing does not need to be run on every page load.