javascriptimagecolorsgrayscale

Determine if image is Grayscale or Color using JavaScript?


Is it possible to determine if a given image is grayscale or color using JavaScript?


Solution

  • Take a look at http://www.pixastic.com/lib/docs/actions/colorhistogram/

    This will easily provide the data you need to determine this.