mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-03 02:44:34 -05:00
implementation of android.graphics.BitmapFactory (#460)
Only what was needed is implemented, compression method is still untested.
This commit is contained in:
@@ -25,4 +25,9 @@ dependencies {
|
||||
|
||||
// Android version of SimpleDateFormat
|
||||
implementation("com.ibm.icu:icu4j:72.1")
|
||||
|
||||
// OpenJDK lacks a native JPEG encoder
|
||||
implementation("com.twelvemonkeys.common:common-lang:3.9.4")
|
||||
implementation("com.twelvemonkeys.imageio:imageio-core:3.9.4")
|
||||
implementation("com.twelvemonkeys.imageio:imageio-jpeg:3.4.1")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user