Files
dssim/cargo_config
Martin Hauke 198ee06a28 Accepting request 1076798 from home:dirkmueller:Factory
- update to 3.2.3:
  * 25% faster
  * WASM compatibility
  * use more accurate pooling algorithm
  * rewrite 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 manipulatio n
  * Fixed handling of PNG files with invalid chunks
  * Fixed handling of color channels smaller than 8 pixels

OBS-URL: https://build.opensuse.org/request/show/1076798
OBS-URL: https://build.opensuse.org/package/show/graphics/dssim?expand=0&rev=3
2023-04-06 18:09:23 +00:00

5 lines
100 B
Plaintext

[source.crates-io]
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"