codedread / bitjs

Binary Tools for JavaScript
MIT License
81 stars 7 forks source link

Do MIME type sniffing on images #15

Closed codedread closed 4 years ago

codedread commented 4 years ago

bitjs.image should have a function to take in an ArrayBuffer and return the MIME type, if it can be determined from the signature bytes.

codedread commented 4 years ago

Commit 59d677c6bbb7acc2b69283919c24f04069a30fbd and commit 3117a2897fc8615a528161518fe9f67b0d87ee5f cover this.