Closed IacobIonut01 closed 1 month ago
Received.
For AVIF format, decoding through BitmapFactory is supported since Android 12, but BitmapRegionDecoder, which relies on subsampling, still does not support avif format until the current Android 15
Until the latest Android 15 version, BitmapFactory and BitmapRegionDecoder do not support TIFF and DNG format images.
I am also actively looking for third-party libraries to support more image formats. If you also have suitable library recommendations, please let me know
Describe the bug
As described in the title, the subsampling feature does not work when using different image formats, for example the AVIF, TIFF, DNG and maybe more rich formats does not tile at all when zooming
Affected platforms
Select of the platforms below:
Affected components
Select of the components below:
Versions
Running Devices
Sample code
Use the SketchZoomAsyncImage and a media uri as source Example images: samples.zip
Reproduction steps
Expected behavior