Quasimondo / QuasimondoJS

A collection of more or less useful Javascript utils and snippets
110 stars 23 forks source link

Separate stackBlurImageDataRGBA into its own function #6

Closed rolandcrosby closed 9 years ago

rolandcrosby commented 9 years ago

Hi, I found your StackBlur code very useful, but needed to use it to manipulate an ImageData object instead of the contents of a <canvas>. Here's a quick refactoring to support that use case.