Skip to content

Commit 8599ad7

Browse files
committed
Fix overly dithered frames with low motion and very few colors
1 parent eb51054 commit 8599ad7

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

Cargo.lock

Lines changed: 4 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ gifsicle = { version = "1.93.0", optional = true }
2929
clap = { version = "4.2.5", features = ["cargo"], optional = true }
3030
gif = { version = "0.12.0", default-features = false, features = ["std", "raii_no_panic"] }
3131
gif-dispose = "4.0.0"
32-
imagequant = "4.1.1"
32+
imagequant = "4.2.0"
3333
imgref = "1.9.4"
3434
lodepng = { version = "3.7.2", optional = true }
3535
pbr = { version = "1.1.1", optional = true }

0 commit comments

Comments
 (0)