Get average color of image via Javascript

后端 未结 12 2138
终归单人心
终归单人心 2020-11-22 17:01

Not sure this is possible, but looking to write a script that would return the average hex or rgb value for an image. I know it can be done in AS

12条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-22 17:33

    As pointed out in other answers, often what you really want the dominant color as opposed to the average color which tends to be brown. I wrote a script that gets the most common color and posted it on this gist

提交回复
热议问题