panpf / sketch

Sketch is an image loading library designed for Compose Multiplatform and Android View. It is powerful and rich in functions. In addition to basic functions, it also supports GIF, SVG, video thumbnails, Exif Orientation, etc.
Apache License 2.0
2.01k stars 307 forks source link

下载图片,为什么LoadResult里的bitma #120

Closed 465857721 closed 4 years ago

465857721 commented 4 years ago

如题,怎么才能保存 原图呢? 下载一个50003000的图 bitmap的大小为 1200 700多

panpf commented 4 years ago

直接用 download 方法,得到 DownloadResult,DownloadResult 里面可以拿到缓存文件

465857721 commented 4 years ago

thankyou