mirror of
https://github.com/wasabeef/glide-transformations.git
synced 2025-07-04 23:42:44 +08:00
Update README.md
This commit is contained in:
parent
23b623c882
commit
efc447d2f7
@ -54,7 +54,7 @@ You can set a multiple transformations.
|
|||||||
|
|
||||||
```java
|
```java
|
||||||
Glide.with(this).load(R.drawable.demo)
|
Glide.with(this).load(R.drawable.demo)
|
||||||
.bitmapTransform(new BlurTransformation(context, 25, 2), new CropCircleTransformation(pool))
|
.bitmapTransform(new BlurTransformation(context, 25, 2), new CropCircleTransformation(context))
|
||||||
.into((ImageView) findViewById(R.id.image));
|
.into((ImageView) findViewById(R.id.image));
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user