h2non / filetype

Fast, dependency-free Go package to infer binary file types based on the magic numbers header signature
https://pkg.go.dev/github.com/h2non/filetype?tab=doc
MIT License
2.13k stars 177 forks source link

Jpeg2000 support #50

Closed eriken closed 6 years ago

eriken commented 6 years ago

Added Jpeg2000 support, let me know if I need to add tests. Ref: https://tools.ietf.org/html/rfc3745

h2non commented 6 years ago

Thanks!