mirror of
https://github.com/wasabeef/glide-transformations.git
synced 2025-08-03 01:55:45 +08:00
Compare commits
2 Commits
09e62054e9
...
8144929b63
Author | SHA1 | Date | |
---|---|---|---|
|
8144929b63 | ||
|
059782f6af |
17
README.md
17
README.md
@ -34,7 +34,7 @@ repositories {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation 'jp.wasabeef:glide-transformations:4.x.x'
|
implementation 'jp.wasabeef:glide-transformations:4.x.x'
|
||||||
// If you want to use the GPU Filters
|
// 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))
|
.into(imageView))
|
||||||
```
|
```
|
||||||
|
|
||||||
# Step 4
|
|
||||||
|
|
||||||
If you are using `SupportRSBlurTransformation`.
|
|
||||||
|
|
||||||
```groovy
|
|
||||||
android {
|
|
||||||
//...
|
|
||||||
defaultConfig {
|
|
||||||
//...
|
|
||||||
renderscriptTargetApi YOUR_TARGET_SDK_VERSION as int
|
|
||||||
renderscriptSupportModeEnabled true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
## Transformations
|
## Transformations
|
||||||
|
|
||||||
### Crop
|
### Crop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user