Is there a Javascript solution that allows blurring edges of images. I can’t use a mask as I need a pixelated kind of blur. Please see the image below.

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Pixastic has a blur function available:
http://www.pixastic.com/lib/docs/actions/blur/
You could replicate your edge-blur by cloning the image on top of itself, cropping the front one and blurring the back one.