mirror of
https://github.com/gotson/komga.git
synced 2026-04-21 14:30:50 +02:00
add imageio plugin for jpeg, to handle thumbnail generation for some exotic jpg files
This commit is contained in:
parent
7dd5e32d03
commit
6c0d953ad6
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ dependencies {
|
|||
implementation("net.grey-panther:natural-comparator:1.1")
|
||||
|
||||
implementation("net.coobird:thumbnailator:0.4.8")
|
||||
implementation("com.twelvemonkeys.imageio:imageio-jpeg:3.4.2")
|
||||
|
||||
runtimeOnly("com.h2database:h2:1.4.199")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue