Java JPEG XL decoder
wrapped libjxl by jna
based on https://github.com/libjxl/libjxl/blob/v0.9.x/examples/
© JPEG
https://jitpack.io/#umjammer/vavi-image-jpegxl
$ brew install jpeg-xl
-Djna.library.path=/usr/local/lib
BufferedImage image = ImageIO.read(Paths.get("/foo/bar.jxl").toFile());