Crate tinyvg

Source
Expand description

Decoder and renderer for the TinyVG vector graphics format

Re-exports§

pub use decode::Decoder;
pub use format::Image;

Modules§

decode
The decoder module includes the code required to decode a binary TinyVG file to its in-memory representation.
format
In-memory representation of a TinyVG file
render_helper
Helper function that can render a TinyVG image using only the path to the input file