upgraded TIFF decoder to use libtiff 4.2.0
This commit is contained in:
parent
a23a402dd5
commit
a7c62d6306
1 changed files with 1 additions and 5 deletions
|
@ -102,11 +102,7 @@ dependencies {
|
||||||
implementation 'androidx.exifinterface:exifinterface:1.3.2'
|
implementation 'androidx.exifinterface:exifinterface:1.3.2'
|
||||||
implementation 'com.commonsware.cwac:document:0.4.1'
|
implementation 'com.commonsware.cwac:document:0.4.1'
|
||||||
implementation 'com.drewnoakes:metadata-extractor:2.15.0'
|
implementation 'com.drewnoakes:metadata-extractor:2.15.0'
|
||||||
// as of v0.9.8.7, `Android-TiffBitmapFactory` master branch is set up to release and distribute via Bintray
|
implementation 'com.github.deckerst:Android-TiffBitmapFactory:f87db4305d' // forked, built by JitPack
|
||||||
// as of 20201113, its `q_support` branch allows decoding TIFF without a `File`, but is not released
|
|
||||||
// we forked it to bypass official releases, upgrading its Android/Gradle structure to make it compatible with JitPack
|
|
||||||
// JitPack build result is available at https://jitpack.io/com/github/deckerst/Android-TiffBitmapFactory/<commit>/build.log
|
|
||||||
implementation 'com.github.deckerst:Android-TiffBitmapFactory:7efb450636'
|
|
||||||
implementation 'com.github.bumptech.glide:glide:4.11.0'
|
implementation 'com.github.bumptech.glide:glide:4.11.0'
|
||||||
|
|
||||||
kapt 'androidx.annotation:annotation:1.1.0'
|
kapt 'androidx.annotation:annotation:1.1.0'
|
||||||
|
|
Loading…
Reference in a new issue