Skip to content

Commit

Permalink
fix: add support for jpeg2000/jbig2 formats
Browse files Browse the repository at this point in the history
closes #50
  • Loading branch information
gotson committed Jan 3, 2020
1 parent a7da567 commit 227975a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions komga/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ dependencies {
implementation("com.twelvemonkeys.imageio:imageio-jpeg:3.4.2")
implementation("com.twelvemonkeys.imageio:imageio-tiff:3.4.2")
implementation(files("$projectDir/libs/webp-imageio-decoder-plugin-0.2.jar"))
// support for jpeg2000
implementation("com.github.jai-imageio:jai-imageio-jpeg2000:1.3.0")
implementation("org.apache.pdfbox:jbig2-imageio:3.0.3")

implementation("com.jakewharton.byteunits:byteunits:0.9.1")

Expand Down

0 comments on commit 227975a

Please sign in to comment.