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

Actually parsing the datauri #13

Open
mofosyne opened this issue Sep 11, 2015 · 0 comments
Open

Actually parsing the datauri #13

mofosyne opened this issue Sep 11, 2015 · 0 comments

Comments

@mofosyne
Copy link
Owner

Instead of handing it off to the browser. Actually parse the bloody data. You can then save the resulting file or ask android how to use it (e.g. as a pdf or png etc...) without having to touch the browser.

Much safer security wise.

Also provides opportunities to extend with metadata.

Seems like there is existing efforts to do this. Maybe use that?



# dumb-append let's reader know that it is a free reading of incoming data, no structure
    ;dumb-append
# Structured Append, uses Sequence ID and Sequence Total to append a sequence of IDs as 1: 2: 3:
    ;structured-append
# Sequence ID
    ;seq-id=
# Sequence Sum/Total
    ;seq-total=
# CRC seq expected.
    ;seq-crc=

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant