Vecint: Average Color(wunkolo.github.io) |
Vecint: Average Color(wunkolo.github.io) |
Examples: - https://github.com/ClickHouse/ClickHouse/pull/60391/files - https://github.com/ClickHouse/ClickHouse/blob/368c06c5cbb21a...
"AverageColorRGBA8" for example bakes in the assumption of RGB order, 8-bit, and an assumed linear color space. All three assumptions are regularly violated in real-world apps. For example, HDR formats generally use 10-bit integer or 16-bit float primaries. Some formats use YUV instead of RGB.
The cost of entry is not high because the servers are available on AWS. It allowed us to make and test a student project with ClickHouse this year: https://github.com/ClickHouse/ClickHouse/pull/60100
What is the average color needed for, again?