Skip to content

Releases: kornelski/dssim

25% faster

18 Sep 22:35
Compare
Choose a tag to compare
  • WASM compatibilty
  • Performance improvements

3.2.0

12 Feb 23:06
Compare
Choose a tag to compare
Polyfill rayon in WASM

Latest build

15 Jan 18:58
Compare
Choose a tag to compare

Includes universal binary for M1 Macs

More accurate pooling algorithm

07 Feb 20:55
Compare
Choose a tag to compare
3.0.0

Update README

2.9.7

23 Jan 23:40
Compare
Choose a tag to compare

Major Rust rewrite

10 Nov 16:34
Compare
Choose a tag to compare

Complete rewrite of the project in Rust:

  • Chroma channels are compared at full resolution. This increases accuracy on images with chroma subsampling.
  • All scaling is done in linear-light premultiplied-alpha color space, which further increases accuracy.
  • Safe and reliable code. No more dodgy pointer manipulation.

Important regression: only PNG files are supported, and they're assumed to always be in the sRGB color space. Please be very careful when converting/comparing images with color profiles, because differences from color profile (mis)interpretation are often very large and make DSSIM scores bogus.

1.3.3

10 Nov 16:26
Compare
Choose a tag to compare
  • Fixed handling of PNG files with invalid chunks
  • Fixed handling of color channels smaller than 8 pixels

1.3.2

09 May 14:31
Compare
Choose a tag to compare
  • Error handling of invalid gamma
  • Support reading stdin as - file

1.3.1

09 May 14:30
Compare
Choose a tag to compare
  • Shows more digits of result
  • Changed blur implementation

1.3.0

09 May 14:30
Compare
Choose a tag to compare
  • linear RGB used to blend background for comparison of transparent images
  • Internal API changes