oupson
oupson
Can I have more informations to reproduce the bug please ? (such as ROM used and steps to reproduce).
I tried to reproduce without success.
This is an issue with Android, which does not associate jxl files with the correct mime type.
Hi, thanks for the report ! Do you have any resource on HDR image decoding with libjxl or any examples of app supporting HDR images (other than chrome) ?
libjxl v0.9.0 seems to have improved the situation.
The app and the lib are already separated in the repository. When the lib will be more usable, I intend to publish it (on mavencentral if I figure it out...
> @oupson It seems it should be possible: https://jitpack.io/#oupson/jxlviewer > > However, for some reason there is an error with v0.3.0 Yeah I got the same problem with my other...
Jitpack is still using jdk 8 when AGP require jdk 17
Well sometimes build time out and you can't restart it, but otherwise nothing I'm aware of
This should work (untested): ```gradle dependencies { implementation 'com.github.oupson:jxlviewer:94fe98aaa4' } ```