1
0
mirror of https://github.com/sunflower-zyb/Blog.git synced 2025-06-07 22:44:04 +08:00

Create Glide.md

Glide
This commit is contained in:
Zhang 2016-02-02 15:09:59 +08:00
parent db85776502
commit b0cbfade31

16
G/Glide.md Normal file
View File

@ -0,0 +1,16 @@
#Glide
简介
##基本用法
[Glide 一个专注于平滑滚动的图片加载和缓存库](http://www.jianshu.com/p/4a3177b57949)
介绍了Glide的基本用法以及若干常见错误。
## 开源库
[glide-transformations](https://github.com/wasabeef/glide-transformations)
一个基于Glide的transformation库拥有裁剪着色模糊滤镜等多种转换效果。项目需要圆形头像需要模糊直接拷贝对应文件即可。