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

Add support for user specified image file #22

Open
wants to merge 2 commits into
base: release
Choose a base branch
from

Commits on Aug 24, 2020

  1. Add support for user specified image file

    - Binary image file loading using FileReader.
    - File size check.
    - Transfer image file to worker.
    - Load binary file directly.
    - Fix build to support unix platforms.
    alcrasta committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    14a782e View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Performance improvements to Image file read

    - read in multiples of 4K
    alcrasta committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    b400dcd View commit details
    Browse the repository at this point in the history