Skip to content

v1.1.0

Latest

Choose a tag to compare

@overflowy overflowy released this 21 Jun 10:43

Features

  • Live in-browser preview. The web/WASM version now shows the assembled
    scanned PDF in a side-by-side pane right after scanning — rendered with the
    browser's native PDF viewer from the exact bytes you'd download, so it's
    truly WYSIWYG. The layout is two columns on wide screens and stacks on
    narrow ones.

Fixes

  • Skew no longer drifts with render DPI. The rotation angle was coupled to
    the noise effect's per-pixel random draws, so changing DPI (or toggling
    noise) silently changed the skew. Each stochastic effect now draws from its
    own seeded stream, making the skew depend only on the seed.

Full Changelog: v1.0.0...v1.1.0