Skip to content

Commit

Permalink
Fix overly dithered frames with low motion and very few colors
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed May 1, 2023
1 parent eb51054 commit 8599ad7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
18 changes: 4 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gifsicle = { version = "1.93.0", optional = true }
clap = { version = "4.2.5", features = ["cargo"], optional = true }
gif = { version = "0.12.0", default-features = false, features = ["std", "raii_no_panic"] }
gif-dispose = "4.0.0"
imagequant = "4.1.1"
imagequant = "4.2.0"
imgref = "1.9.4"
lodepng = { version = "3.7.2", optional = true }
pbr = { version = "1.1.1", optional = true }
Expand Down

0 comments on commit 8599ad7

Please sign in to comment.