Crates.io | svgfilters |
lib.rs | svgfilters |
version | 0.4.0 |
source | src |
created_at | 2020-01-18 16:17:04.899892 |
updated_at | 2021-09-04 16:53:57.081607 |
description | Implementation of various SVG filters. |
homepage | |
repository | https://github.com/RazrFalcon/resvg/tree/master/svgfilters |
max_upload_size | |
id | 199745 |
size | 90,780 |
svgfilters
provides low-level SVG filters
implementation.
svgfilters
doesn't implement the whole filters workflow, just operations on raster images.
Filter region calculation, image colors (un)premultiplication, input validation,
filter primitives order, transformations, etc. should be implemented by the caller.
The library isn't well optimized yet, but it's mostly allocation free. Some methods will allocate necessary, temporary buffers which will be reflected in the documentation. But majority of methods will work on provided buffers.
svgfilters is licensed under the MPLv2.0.