Experimental project

This is a sandbox project, which contains experimental code for developer use only.

This module enables searching images by color.

It could be useful for photographers sites, retail stores and consist of tree submodules

  • color_palette to display a text field as color palette
  • color_index for the actual indexing
  • color_search for finding the color

To get started make a field type text and enough length (i.e. 2048 characters) and unlimited values
Add one ore more image fields to the content type
Navigate to admin/config/media/coloring for configuration.

The indexing is triggered on node save.

It is Drupal 7 only.

Project information