Skip to content

Commit

Permalink
New image compare algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
qarmin committed Jul 2, 2022
1 parent 4765bee commit ef2adb2
Show file tree
Hide file tree
Showing 19 changed files with 371 additions and 422 deletions.
107 changes: 54 additions & 53 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion czkawka_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ hamming = "0.1.3"

# Needed by same music
bitflags = "1.3.2"
lofty="0.6.2"
lofty="0.7.0"

# Futures - needed by async progress sender
futures = "0.3.21"
Expand Down Expand Up @@ -65,6 +65,8 @@ imagepipe = "0.5.0"
mime_guess = "2.0.4"
infer = "0.8.0"

num_cpus = "1.13.1"

libheif-rs = { version = "0.15.0", optional = true }
anyhow = { version = "1.0.57", optional = true }

Expand Down
Loading

0 comments on commit ef2adb2

Please sign in to comment.