Add image output

This commit is contained in:
hal8174 2024-09-17 16:57:06 +02:00
parent a52816834f
commit 65c0a85889
8 changed files with 1092 additions and 26 deletions

View file

@ -19,6 +19,7 @@ harness = false
base64 = "0.21.5"
clap = { version = "4.4.8", features = ["derive"] }
flate2 = "1.0.28"
image = "0.25.2"
rand = { version = "0.8.5", features = ["small_rng"] }
serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"