bojand / infer

Small crate to infer file and MIME type by checking the magic number signature
MIT License
299 stars 28 forks source link

JXL support #72

Closed catleeball closed 2 years ago

catleeball commented 2 years ago

It would be nice if infer supported JPEG XL files.

At least according to wikipedia, the magic number for .jxl files is FF 0A or 00 00 00 0C 4A 58 4C 20 0D 0A 87 0A.

Thank you!