Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate improvements from resvg crate #14

Open
Shnatsel opened this issue Aug 21, 2019 · 2 comments
Open

Integrate improvements from resvg crate #14

Shnatsel opened this issue Aug 21, 2019 · 2 comments

Comments

@Shnatsel
Copy link
Contributor

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.

@fschutt
Copy link
Owner

fschutt commented Aug 21, 2019

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

@rljacobson
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants