awxkee / avif-coder

AVIF/HEIC coder for Android, Kotlin, Java
MIT License
65 stars 7 forks source link

Jxl support #4

Closed T8RIN closed 1 year ago

T8RIN commented 1 year ago

Thanks for creating such a great library, I don't know enough about NDK to write a jxl coder/encoder but if you can so, because you've already written avif coder, please create it, because there are literally NO alternatives unfortunately, thanks for attention, keep going!

awxkee commented 1 year ago

Thanks for creating such a great library, I don't know enough about NDK to write a jxl coder/encoder but if you can so, because you've already written avif coder, please create it, because there are literally NO alternatives unfortunately, thanks for attention, keep going!

You may try simple implementation of JXL https://github.com/awxkee/jxl-coder. It won't work in all cases, like a alpha encoding and supports only RGBA 8bit images

T8RIN commented 1 year ago

Alpha is one of the jxl features :( did you plan to expand the opportunities of this library? It would be really helpful, and thanks for this implementation at least, but alpha is really needed...