I\'m trying to use HTML5 canvas to make something like a motion blur effect and no success.
Basically what I\'m trying to do is to take a photo and make it look like
There are several libraries for canvas that have implemented various blurring algorithms. EaselJS has implemented x- and y-axis blurring independently, as you can see in this sample.
All you might want is a x-axis blur from their libray.