fastblur icon indicating copy to clipboard operation
fastblur copied to clipboard

Integrate improvements from `resvg` crate

Open Shnatsel opened this issue 6 years ago • 2 comments

resvg crate now includes a modified copy of the blur algorithm in this crate. Most notably it includes alpha channel support as well RGB/BRG/etc, but also fixes #13.

Shnatsel avatar Aug 21 '19 17:08 Shnatsel

Yeah, ideally this crate should be generic across array sizes, which is currently not stable in Rust.

fschutt avatar Aug 21 '19 17:08 fschutt

Const generics are now in stable, so maybe it's time for another look.

Also useful would be an algorithm that operates on a suitable data type that has a dynamically determined number of dimensions. Surely someone has made a crate for such a data type.

rljacobson avatar Jan 03 '21 02:01 rljacobson