mofosyne / tagdrop

allows for reading datauris, and displaying the media as if it was html or text or sound etc...
GNU General Public License v3.0
14 stars 2 forks source link

Actually parsing the datauri #13

Open mofosyne opened 9 years ago

mofosyne commented 9 years ago

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=