StackBlur icon indicating copy to clipboard operation
StackBlur copied to clipboard

Fast and almost Gaussian blur

Results 9 StackBlur issues
Sort by recently updated
recently updated
newest added

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.12.13 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

in traditional gauuian blur, there are two important parameters: size of kernel and sigma, if i want to set both of them idependent, is it means i can't use this...

StackBlur does not work properly when there is an alpha channel in the image. There is a white outline in the result: [[](https://jsfiddle.net/badabou/e3bq8s2r/1](https://jsfiddle.net/badabou/e3bq8s2r/16/) ![stackblur](https://user-images.githubusercontent.com/22362051/155706834-787174b7-062e-4898-9564-792d73d246ec.png)

Hi When i use stackblur from my pc all work well and have nice blur since only text of image get blured. But when use it from my phone, the...

bug-unconfirmed

Hi, I'm trying your lib with pixijs but I'm encountering a problem when I try to apply the blur. This is an example which show the problem : ![sans titre](https://cloud.githubusercontent.com/assets/16318992/24916398/50278666-1eda-11e7-9d82-c4215ebbb6a9.jpg)...

bug-unconfirmed

Over at https://observablehq.com/@jobleonard/mario-klingemans-stackblur there is a modernized shift table. There are a few things useful to this repo: * Correctness: the shift operator is corrected from `>>` to `>>>` so...

refactoring
bug-unconfirmed

[WebMonkeys](https://github.com/MaiaVictor/WebMonkeys) seems like a very promising solution that can help migrate calculations to the GPU. Currently, all computation is done on CPU, which makes things really slow :(

optimization