Download OpenAPI specification:Download
Small microservice which calculates the most dominant colors in an image.
Calculates the most dominant color in an image.
colors | integer [ 2 .. 255 ] The amount of colors to calculate. Defaults to 5. |
quality | integer [ 1 .. 10 ] The quality of the colors. Defaults to 10. |
The image file in binary.
{- "colors": [
- 16178631,
- 9981536
]
}