🏒 Lucian Marin I found a clever way to get the dominant color from an image. Just resize it to 1px.
Login or register your account to reply
Martijn Does that give the dominant colour? I would expect most resize algos to give the average colour value of an image, which does not even have to occur in the image itself.
John Olinda I'd be curious to see what is actually going on here. I guess it could differ from program to program.
🏒 Lucian Marin There are a few resizing algorithms that produce almost the same color. It's perfect as a placeholder until the image loads.
Mark Dain Oh that's brilliant. Will have to try this at home!