mirror of
https://github.com/wasabeef/glide-transformations.git
synced 2026-04-16 00:43:53 +08:00
fix: Blur transformation not working
This commit is contained in:
15
README.md
15
README.md
@@ -52,6 +52,21 @@ Glide.with(this).load(R.drawable.demo).bitmapTransform(
|
||||
.into((ImageView) findViewById(R.id.image));
|
||||
```
|
||||
|
||||
## Step 4
|
||||
|
||||
If you are using BlurTransformation.
|
||||
|
||||
```groovy
|
||||
android {
|
||||
...
|
||||
defaultConfig {
|
||||
...
|
||||
renderscriptTargetApi 21
|
||||
renderscriptSupportModeEnabled true
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
## Transformations
|
||||
|
||||
### Crop
|
||||
|
||||
Reference in New Issue
Block a user