mirror of
https://github.com/wasabeef/glide-transformations.git
synced 2025-06-30 05:12:45 +08:00
Merge branch 'master' of github.com:wasabeef/glide-transformations
This commit is contained in:
commit
cdab0969ce
@ -4,7 +4,7 @@ Glide Transformations
|
||||
[](https://www.apache.org/licenses/LICENSE-2.0)
|
||||
[](https://bintray.com/wasabeef/maven/glide-transformations/_latestVersion)
|
||||
|
||||
A transformation library providing a variety of image transformations for [Glide](https://github.com/bumptech/glide).
|
||||
An Android transformation library providing a variety of image transformations for [Glide](https://github.com/bumptech/glide).
|
||||
|
||||
Please feel free to use this.
|
||||
|
||||
@ -33,7 +33,7 @@ dependencies {
|
||||
|
||||
## Step 2
|
||||
|
||||
Set RecyclerView ItemAnimator.
|
||||
Set Glide Transform.
|
||||
|
||||
```java
|
||||
Glide.with(this).load(R.drawable.demo)
|
||||
@ -63,7 +63,7 @@ Glide.with(this).load(R.drawable.demo).bitmapTransform(
|
||||
### Blur
|
||||
`BlurTransformation`
|
||||
|
||||
### Filter (use GPUImage)
|
||||
### Filter (use [GPUImage](https://github.com/CyberAgent/android-gpuimage))
|
||||
`ToonFilterTransformation`, `SepiaFilterTransformation`, `ContrastFilterTransformation`
|
||||
`InvertFilterTransformation`, `PixelationFilterTransformation`, `SketchFilterTransformation`
|
||||
`SwirlFilterTransformation`, `KuwaharaFilterTransformation`, `VignetteFilterTransformation`
|
||||
|
Loading…
x
Reference in New Issue
Block a user