dssim icon indicating copy to clipboard operation
dssim copied to clipboard

Image similarity comparison simulating human perception (multiscale SSIM in Rust)

Results 13 dssim issues
Sort by recently updated
recently updated
newest added

Bumps load_image from 2.16.2 to 2.16.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=load_image&package-manager=cargo&previous-version=2.16.2&new-version=2.16.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

In my understanding this is a key parameter which should not be hardcoded, since it mostly depends on how the image is showed to the user. At least I believe...

```bash $ /usr/bin/time -v dssim ./art.png ./speed8/art_q30_118971.png 0.02005356 ./speed8/art_q30_118971.png User time (seconds): 1.37 Maximum resident set size (kbytes): 396972 $ /usr/bin/time -v dssim ./art.png ./speed8/art_q3{0,1,2,3}_*.png 0.02005356 ./speed8/art_q30_118971.png 0.01835660 ./speed8/art_q31_130632.png 0.01720346...

``` $ rustc -V rustc 1.58.1 (Fedora 1.58.1-1.fc35) $ cargo install dssim --features webp […] Compiling load_image v2.16.2 error[E0615]: attempted to take value of method `opaque` on type `&loader::Loader` -->...

See the [similar issue](https://github.com/libjxl/libjxl/issues/202) in libjxl. It would be great to evaluate DSSIM on the CLIC-2021 perceptual quality task. This should provide additional information to he community with respect to...

Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.12.0 to 0.12.1. Changelog Sourced from itertools's changelog. 0.12.1 Added Documented iteration order guarantee for Itertools::[tuple_]combinations (#822) Documented possible panic in iterate (#842) Implemented Clone and Debug...

dependencies

Bumps [imgref](https://github.com/kornelski/imgref) from 1.10.0 to 1.10.1. Commits 8eceb04 Track caller a2584f1 Update README See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=imgref&package-manager=cargo&previous-version=1.10.0&new-version=1.10.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR...

dependencies

Would make it easier for me to use if I can compile it as wasm. Anyone know how to do that ? Am not a rust expert but with rust...

Hi, I was looking at potentially using this but I was a bit confused and didn't find anything obvious that explains why when you try to visualise the difference with...

Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.12 to 0.5.13. Release notes Sourced from crossbeam-channel's releases. crossbeam-channel 0.5.13 Add select_biased! macro. (#1040) Commits 3f5d51f Prepare for the next release a9d236c Use setup-cross-toolchain-action instead of...

dependencies