Load any type of image

This commit is contained in:
2025-07-14 17:03:51 +02:00
parent 983008b01f
commit 38f12fcb0b
3 changed files with 160 additions and 28 deletions

View File

@ -7,4 +7,5 @@ edition = "2024"
clap = { version = "4.5.39", features = ["derive"] }
color-eyre = "0.6.5"
eyre = "0.6.12"
image = { version = "0.25.6", default-features = false, features = ["jpeg", "png", "webp"] }
nix = { version = "0.30.1", features = ["ioctl"] }