Implement quadtree color quantization

This commit is contained in:
2024-08-11 00:52:20 -07:00
parent 1e837a2159
commit 61d593f901
2 changed files with 65 additions and 13 deletions
+3
View File
@@ -7,3 +7,6 @@ edition = "2021"
anyhow = "1.0.86"
clap = { version = "4.5.15", features = ["derive"] }
image = "0.25.2"
[profile.dev.package.zune-jpeg]
opt-level = 3