Glide 4.6.0 已发布,Glide 是一个 Android 上的图片加载和缓存库,其目的是实现平滑的图片列表滚动效果。
更新内容如下:
功能
Use buffered streams when writing Bitmap data (860f7d0)
Allow re-using ARGB_8888 and RGBA_F16 Bitmaps via re-configuration (2cd953c, 17e0943)
Bug 修复
Return the correct size of RGBA_F16 Bitmaps in Util.getBitmapByteSize to avoid obtaining incorrectly sized Bitmaps for re-use in Downsampler (a198ef6)
Avoid converting RGBA_F16 Bitmaps to ARGB_8888 when running transformations that add transparent pixels (73277df)
Avoid an exception when loading remote images that aren't yet in the cache as Files with
DiskCacheStrategy.AUTOMATIC(0917ef3, #2824)Avoid inefficiently trying identical parts of load paths multiple times (9d3a6ff, thanks to
paulsowden@)
更多内容及下载地址:
暂无更多评论