mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
e0480c0cc2
Changes: cb6b383...c66fb04
13 lines
406 B
Plaintext
13 lines
406 B
Plaintext
This tool computes (dis)similarity between two or more PNG images
|
|
using an algorithm approximating human vision.
|
|
|
|
Comparison is done in L*a*b* color space (D65 white point, sRGB gamma)
|
|
using a multi-scale variant of the SSIM algorithm.
|
|
|
|
Features:
|
|
- Supports alpha channel
|
|
- Supports gamma correction
|
|
- No OpenCV or MATLAB needed: uses safe Rust without external dependencies
|
|
|
|
WWW: https://kornel.ski/dssim
|