How do you convert a color image to black/white using Javascript?

后端 未结 9 1400
梦如初夏
梦如初夏 2020-12-05 11:01

How do you convert a color image to black/white using only Javascript?

AND, also make it cross compatible in most browsers because I hear Internet E

9条回答
  •  渐次进展
    2020-12-05 11:26

    Canvas is indeed the best client-side solution to this problem, and I just wanted to point out that, for IE, you can actually use the google exCanvas project which translate canvas commands into the proprietary Microsoft XML-based vector language, VML.

    http://excanvas.sourceforge.net/

提交回复
热议问题