mirror of
https://github.com/gotson/komga.git
synced 2025-12-18 22:43:42 +01:00
feat: read support for jpeg xl
requires use of native library and specific java command line arguments closes #831
This commit is contained in:
parent
2966c85449
commit
dd5b7d0363
1 changed files with 1 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ dependencies {
|
|||
runtimeOnly("com.twelvemonkeys.imageio:imageio-jpeg:3.8.0")
|
||||
runtimeOnly("com.twelvemonkeys.imageio:imageio-tiff:3.8.0")
|
||||
runtimeOnly("com.twelvemonkeys.imageio:imageio-webp:3.8.0")
|
||||
runtimeOnly("com.github.gotson.nightmonkeys:imageio-jxl:0.1.0")
|
||||
implementation("com.github.gotson:webp-imageio:0.2.2")
|
||||
// support for jpeg2000
|
||||
runtimeOnly("com.github.jai-imageio:jai-imageio-jpeg2000:1.4.0")
|
||||
|
|
|
|||
Loading…
Reference in a new issue