1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-08-02 17:39:31 +08:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Daichi Furiya
8144929b63
Update README.md 2020-09-27 22:35:35 +09:00
Daichi Furiya
059782f6af
Update README.md 2020-09-27 22:30:37 +09:00

View File

@ -34,7 +34,7 @@ repositories {
dependencies {
implementation 'jp.wasabeef:glide-transformations:4.x.x'
// If you want to use the GPU Filters
implementation 'jp.co.cyberagent.android:gpuimage:2.x.x'
implementation 'jp.co.cyberagent.android:gpuimage:2.1.0'
}
```
@ -61,21 +61,6 @@ Glide.with(this).load(R.drawable.demo)
.into(imageView))
```
# Step 4
If you are using `SupportRSBlurTransformation`.
```groovy
android {
//...
defaultConfig {
//...
renderscriptTargetApi YOUR_TARGET_SDK_VERSION as int
renderscriptSupportModeEnabled true
}
}
```
## Transformations
### Crop