You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: