Skip to content

Q1View v2.3.0

Choose a tag to compare

@github-actions github-actions released this 03 Jun 13:07

Q1View v2.3.0

Added

  • Comparator: added LPIPS as a perceptual image-quality metric backed by an
    ONNX Runtime model. The LPIPS model is downloaded on demand, verified with
    SHA-256, cached under the user's local Q1View data directory, and computed
    lazily so metric switching stays responsive.
  • Viewer: the bottom progress bar now shows playback time alongside the frame
    counter when a valid timing FPS is available. The readout uses a compact
    one-decimal format such as 00:01.2 / 00:10.0 and falls back to the existing
    frame-only display when timing would be misleading.

Fixed

  • Comparator: opening two files from the same image sequence in a single
    multi-file operation now treats them as explicit single-image panes instead
    of comparing different offsets of the same discovered sequence.

Developer

  • Visual Studio project files now target the MSVC v143 toolset by default.
  • Added ONNX Runtime dependency provisioning for LPIPS builds.

Commit 8014ffe. Full changelog: https://github.com/chammoru/Q1View/blob/v2.3.0/CHANGELOG.md