内容简介:Glide 4.6.0 已发布,Glide 是一个 Android 上的图片加载和缓存库,其目的是实现平滑的图片列表滚动效果。 更新内容如下: 功能 Use buffered streams when writing Bitmap data (860f7d0) Allow re-using ARGB_...
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@
)
更多内容及下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Glide 4.1.0 发布,Android 图片加载和缓存库
- Glide 4.1.1 发布,Android 图片加载和缓存库
- Glide 4.2.0 发布,Android 图片加载和缓存库
- Glide 4.3.0 发布,Android 图片加载和缓存库
- Glide 4.3.1 发布,Android 图片加载和缓存库
- Glide 4.5.0 发布,Android 图片加载和缓存库
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Effective JavaScript
David Herman / Addison-Wesley Professional / 2012-12-6 / USD 39.99
"It's uncommon to have a programming language wonk who can speak in such comfortable and friendly language as David does. His walk through the syntax and semantics of JavaScript is both charming and h......一起来看看 《Effective JavaScript》 这本书的介绍吧!