Get average color of image via Javascript

后端 未结 12 2148
终归单人心
终归单人心 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:36

    Figured I'd post a project I recently came across to get dominant color:

    Color Thief

    A script for grabbing the dominant color or a representative color palette from an image. Uses javascript and canvas.

    The other solutions mentioning and suggesting dominant color never really answer the question in proper context ("in javascript"). Hopefully this project will help those who want to do just that.

提交回复
热议问题