Convert an image to grayscale in HTML/CSS

前端 未结 25 1526
青春惊慌失措
青春惊慌失措 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:46

    If you're willing to use Javascript, then you can use a canvas to convert the image to grayscale. Since Firefox and Safari support , it should work.

    So I googled "canvas grayscale", and the first result was http://www.permadi.com/tutorial/jsCanvasGrayscale/index.html which seems to work.

提交回复
热议问题