-
public interface SubSamplingImageSourceImage to display with SubSamplingImage. Can be one of:
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSubSamplingImageSource.Companion
-
Method Summary
Modifier and Type Method Description abstract BitmapRegionDecoderdecoder(Context context)Unitclose()Called when the image is no longer visible. abstract ImageBitmapgetPreview()A preview that can be displayed immediately while the bitmap tiles are loaded, which can be slightly slow depending on the file size. -
-
Method Detail
-
decoder
abstract BitmapRegionDecoder decoder(Context context)
-
getPreview
abstract ImageBitmap getPreview()
A preview that can be displayed immediately while the bitmap tiles are loaded, which can be slightly slow depending on the file size.
-
-
-
-