TRYNT Image Color Extract Web Service (v2)
The TRYNT Image Color Extract Web Service identifies the most frequently occuring colors for any given image. This web service currently works with GIF, JPG and PNG images.
In order to scan a given image it must first be downloaded - because this step can take a few seconds we've included a caching mechanism to store the resulting metadata as it relates to a given URL. You can however force a cache refresh through arguments.
If you use this free TRYNT API/Web Service you must provide proper attribution to comply with our terms of service.
Request URL
http://www.trynt.com/image-color-extract-api/v2/
Request parameters
| Parameter | Value | Description |
|---|---|---|
| u | string (required) | The url of the image file in question (either GIF, JPG or PNG) |
| c | integer (optional) | How many colors would you like returned (defaults to 10) |
| fo | string (optional) | Format ('xml', 'json' or 'php') |
| f | integer (optional) | Should we force a cache flush |
Sample Request (URL: http://www.trynt.com/image-color-extract-api/v2/):
Click here for the TRYNT Image Color Extract v1.