Convert an image to grayscale in HTML/CSS

前端 未结 25 1817
青春惊慌失措
青春惊慌失措 2020-11-22 10:22

Is there a simple way to display a color bitmap in grayscale with just HTML/CSS?

It doesn\'t need to be IE-compatible (and I imagine it won\'t be) -- if

25条回答
  •  一整个雨季
    2020-11-22 10:39

    If you are able to use JavaScript, then this script may be what you are looking for. It works cross browser and is working fine for me so far. You can't use it with images loaded from a different domain.

    http://james.padolsey.com/demos/grayscale/

提交回复
热议问题