1
0
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:
wasabeef 2015-01-13 22:03:30 +09:00
commit cdab0969ce

View File

@ -4,7 +4,7 @@ Glide Transformations
[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![Download](https://api.bintray.com/packages/wasabeef/maven/glide-transformations/images/download.svg)](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`