mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
docs: Some note [skip ci]
This commit is contained in:
parent
cdea102fcb
commit
37ba0634ac
1 changed files with 1 additions and 0 deletions
|
@ -232,6 +232,7 @@ open class ReaderPageImageView @JvmOverloads constructor(
|
||||||
isVisible = true
|
isVisible = true
|
||||||
}
|
}
|
||||||
is BufferedSource -> {
|
is BufferedSource -> {
|
||||||
|
// SSIV doesn't tile bitmaps, so if the image exceeded max texture size it won't load regardless.
|
||||||
if (!isWebtoon || ImageUtil.isMaxTextureSizeExceeded(data)) {
|
if (!isWebtoon || ImageUtil.isMaxTextureSizeExceeded(data)) {
|
||||||
setHardwareConfig(!ImageUtil.isMaxTextureSizeExceeded(data))
|
setHardwareConfig(!ImageUtil.isMaxTextureSizeExceeded(data))
|
||||||
setImage(ImageSource.inputStream(data.inputStream()))
|
setImage(ImageSource.inputStream(data.inputStream()))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue