Describe the problem
Support for the JPEG XL image format (image/jxl MIME type) has recently been added to Chromium and Firefox and can be enabled via an in-browser config flag. However, when sending JPEG XL images through Sable, they're not recognized as images but as generic files:
Describe the solution you'd like
Sending a JPEG XL (.jxl) image should send it as an inline image, like with other image formats.
Alternatives considered
N/A
Additional context
As a workaround, renaming .jxl images to .jpg (or any other image file extension supported by Sable) currently allows them to be sent inline as normal images, but this is far from ideal.
Describe the problem
Support for the JPEG XL image format (image/jxl MIME type) has recently been added to Chromium and Firefox and can be enabled via an in-browser config flag. However, when sending JPEG XL images through Sable, they're not recognized as images but as generic files:
Describe the solution you'd like
Sending a JPEG XL (.jxl) image should send it as an inline image, like with other image formats.
Alternatives considered
N/A
Additional context
As a workaround, renaming .jxl images to .jpg (or any other image file extension supported by Sable) currently allows them to be sent inline as normal images, but this is far from ideal.