This article describes a basic method for indexing and searching images and
digital photographs based on color using ColdFusion and CFImageHistogram
(www.leavethatthingalone.com/projects/cfhistogram/). This method indexes and
searches color in images quickly using ColdFusion.
I don't pretend to claim that this is the best way to search images based on
color as there are other more in-depth and precise methods. For more
information I suggest you read more about content-based image retrieval
systems (http://en.wikipedia.org/wiki/Content-based_image_retrieval).
Note: The code exampl... (more)