I am building a image galley using PHP and MySQL where I want to implement Image search by it\'s color. By following Imagick::getImageHistogram i got the mo
Why don't you create a database table with the following fields:
Images Table
id name red green blue alpha