Support CMYK and YCCK JPEGs and fix bad PNG cropping

(cherry picked from commit 48d2849d975ee332d21614bee722adf89795eb27)
This commit is contained in:
inorichi 2021-02-22 20:43:15 +01:00 committed by Jobobby04
parent cfd2d43f1c
commit 853e8faec5

View File

@ -211,7 +211,7 @@ dependencies {
// implementation("com.github.tachiyomiorg:subsampling-scale-image-view:6caf219")
// TODO: switch to new decoder for stable releases
implementation("com.github.tachiyomiorg:subsampling-scale-image-view:ca26317")
implementation("com.github.tachiyomiorg:subsampling-scale-image-view:a7170e9")
// Logging
implementation("com.jakewharton.timber:timber:4.7.1")