feat: code borrowed from https://github.com/MCorange99/svg2colored-png/tree/main in order to convert from svg to png

This commit is contained in:
silver 2025-06-07 01:05:08 +01:00
parent 725bfa41cc
commit 0034bd34d6
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
5 changed files with 867 additions and 221 deletions

View file

@ -49,4 +49,13 @@ toml = "0.8.23"
serde = "1.0"
gdk-pixbuf = "0.20.10"
resvg = "=0.6.1"
clap = { version = "4.1.4", features = ["derive"] }
eyre = "0.6.8"
color-eyre = "0.6.2"
usvg-text-layout = "0.29.0"
usvg = "0.29.0"
resvg = "0.29.0"
tiny-skia = "0.8.3"
log = "0.4.20"
simple_logger = "4.2.0"