Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes to integrate basis into other applications #93

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 19, 2019

  1. Separate tool and library

    eile committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    c9801d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. Keep defaults in params ctor

    eile committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    5c5b153 View commit details
    Browse the repository at this point in the history
  2. Denoise

    eile committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    a3d7b99 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. Add JS API to decode all mipmap levels with two wasm calls

    Reducing the number of wasm calls reduces our decode performance from
    ~8ms for a 256x256 image to less than 1ms.
    eile committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    6721e7c View commit details
    Browse the repository at this point in the history