implementation of android.graphics.BitmapFactory (#460)

Only what was needed is implemented, compression method is still untested.
This commit is contained in:
Zero
2022-12-05 10:51:16 -05:00
committed by GitHub
parent 07314ef018
commit 0a748cd53b
3 changed files with 170 additions and 0 deletions

View File

@@ -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")
}