mirror of
https://github.com/wasabeef/glide-transformations.git
synced 2025-08-04 02:19:30 +08:00
Compare commits
No commits in common. "8144929b636e19323289a240a4d5e18949f00049" and "09e62054e9e6d533f3c260aa0795749e11670363" have entirely different histories.
8144929b63
...
09e62054e9
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.1.0'
|
implementation 'jp.co.cyberagent.android:gpuimage:2.x.x'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -61,6 +61,21 @@ 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