Hi am using Ocanvas Javascript Library, i need to blur an image. how can i do this?

Recommended Answers

All 3 Replies

After I searched and looked at their github, I don't see anything that talks about blur effect. I am guessing that the library does not support blur effect at the moment. You may have to deal with it using regular HTML5 (without the library).

ok how can i do it without ocanvas?

I think this site explains quite well. There are plenty of algorithm used in blurring an image. It uses filter matrix to pixelate each pixel of the image (I think it is called Gaussian).

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.