Html5 canvas blur and save
问题 Here is what's bothering me. Let's say I have a picture of a car. I would like to put that picture in a canvas, blur it and then save the blurred image. Is it possible? The image doesn't necessarily have to be in a canvas if there is another way to blur and save it. I've tried using blur.js , pixastic.js , and foggy.js and all of them add the blur effect to the image but it stops there, I can't save it. I can right-click on the image but there is no " save image as " link. Thank you in