kornelski/dssim
Image similarity comparison simulating human perception (multiscale SSIM in Rust) observed · 2026-09-01
Health v2 · maintenance only
68/100
- Activity 100
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5674
- days_rel: 546
- days_push: 4
- n_releases_24m: 1
Adoption not part of the score
1194 stars · 82 forks observed · 2026-09-01
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
DSSIM is a Rust CLI tool and library that measures perceptual (dis)similarity between PNG/JPEG images using a multi-scale variant of the SSIM algorithm in L*a*b* color space. It outputs a difference score (0 = identical) and can generate visual difference maps, and is usable as a library from C, Rust, and WASM.
Use cases
- compare two images for perceptual differences
- benchmark image compression codecs by visual quality
- detect chroma subsampling artifacts in compressed images
- generate a visual difference map between original and modified images
- batch-compare multiple compressed images against an original
- programmatically compute image similarity from Rust or C
When to choose
- you need a perceptual image similarity metric more accurate than plain PSNR or basic SSIM
- you're benchmarking image compression codecs fairly at equal file sizes
- you want a dependency-free, multi-core CLI without OpenCV or MATLAB
- you need alpha channel and color profile aware comparison
When to avoid
- you need scores directly comparable with other SSIM tools (DSSIM values are on its own scale)
- you require a percentage-based difference metric
- your project can't use AGPL-3.0 licensed code
Facets
cli-tool · maturity active
image-processing benchmarking cli image-processing graphics developer-tools windows rust cli ssim image-similarity perceptual-metric image-compression-benchmark lab-color-space c-api wasm linux macos
4 sources
- readme: https://github.com/kornelski/dssim · fetched 2026-09-01 · 2d512137a0aa
- homepage: https://kornel.ski/dssim · fetched 2026-08-29 · d87572a978ff
- site_page: https://kornel.ski/about · fetched 2026-08-29 · f493d1825469
- registry_crates: https://crates.io/api/v1/crates/dssim · fetched 2026-08-29 · 14a3f23ebabd
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kornelski/dssim | main | 68 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem