← Package directory
Available on winget

Install DSSIM

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

Install with winget
winget install --id Kornelski.DSSIM
Upgrade
winget upgrade --id Kornelski.DSSIM
Uninstall
winget uninstall --id Kornelski.DSSIM

About DSSIM

This tool computes (dis)similarity between two or more PNG &/or JPEG images using an algorithm approximating human vision. Comparison is done using a variant of the SSIM algorithm.

What's new in 3.4.0

The Lab color space conversion requires a cube root (3× per pixel even), which is expensive to compute in a general case. Fortunately, the range required by Lab can be computed more efficiently. The zip has macOS and Windows binaries.

Read release notes

Version history

Version Updated Notes
3.4.0 Unknown The Lab color space conversion requires a cube root (3× per pixel even), which is expensive to compute in a general case. Fortunately, the range required by Lab can be computed more efficiently. The zip has macOS and Win...
3.2.3 Unknown No notes