Files
vtracer/crates
Chris Tsang e9fece97b8
Rust / test (push) Has been cancelled
Rust / wasm-safety (core) (push) Has been cancelled
Rust / Node package (push) Has been cancelled
vtracer-bench: codec-free library, codecs behind a cli feature
- The library now speaks the image crate's buffer types only:
  fidelity(&RgbImage, &RgbImage, thresh) -> (FidelityReport, GrayImage).
  A tracer embedding the metric pulls no image codec at all.
- New `cli` feature (default on) brings png/jpeg/webp decoding and
  gates the vtracer-bench bin (required-features).
- dssim-core with default features off: drops the rayon thread pool.
- Scores are unchanged: the CLI prints the same value before and after.
2026-09-06 18:49:34 +01:00
..
2026-08-29 01:02:58 +01:00
2026-08-29 22:27:11 +01:00