I'm creating a simple CMS, and I want to let users click a link in the administration panel to search for an image with specific attributes.
These attributes are:
- Specific size (for example 1600*900)
- Specific colors (hexadecimal, for example
#9c27d9) - Specific title (for example, 10 effective tips for cleaning your kitchen sink)
I don't see specific sizes and colors in Google's Image search tools. It only knows predefined colors (green, blue, etc.) and has predefined sizes (large, small, etc.)
Is it possible to create that link?