mirror of
https://github.com/wasabeef/glide-transformations.git
synced 2025-06-08 15:34:04 +08:00
bump up
This commit is contained in:
parent
7614f1326a
commit
1253147c4a
10
README.md
10
README.md
@ -76,7 +76,8 @@ android {
|
|||||||
## Transformations
|
## Transformations
|
||||||
|
|
||||||
### Crop
|
### Crop
|
||||||
`CropTransformation`, `CropCircleTransformation`, `CropSquareTransformation`
|
`CropTransformation`, `CropCircleTransformation`, `CropSquareTransformation`,
|
||||||
|
`RoundedCornersTransformation`
|
||||||
|
|
||||||
### Color
|
### Color
|
||||||
`ColorFilterTransformation`, `GrayscaleTransformation`
|
`ColorFilterTransformation`, `GrayscaleTransformation`
|
||||||
@ -84,14 +85,13 @@ android {
|
|||||||
### Blur
|
### Blur
|
||||||
`BlurTransformation`
|
`BlurTransformation`
|
||||||
|
|
||||||
### Filter (use [GPUImage](https://github.com/CyberAgent/android-gpuimage))
|
### GPU Filter (use [GPUImage](https://github.com/CyberAgent/android-gpuimage))
|
||||||
|
*Will require add dependencies for GPUImage.*
|
||||||
|
|
||||||
`ToonFilterTransformation`, `SepiaFilterTransformation`, `ContrastFilterTransformation`
|
`ToonFilterTransformation`, `SepiaFilterTransformation`, `ContrastFilterTransformation`
|
||||||
`InvertFilterTransformation`, `PixelationFilterTransformation`, `SketchFilterTransformation`
|
`InvertFilterTransformation`, `PixelationFilterTransformation`, `SketchFilterTransformation`
|
||||||
`SwirlFilterTransformation`, `KuwaharaFilterTransformation`, `VignetteFilterTransformation`
|
`SwirlFilterTransformation`, `KuwaharaFilterTransformation`, `VignetteFilterTransformation`
|
||||||
|
|
||||||
### Other
|
|
||||||
`RoundedCornersTransformation`
|
|
||||||
|
|
||||||
Applications using Glide Transformations
|
Applications using Glide Transformations
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
VERSION_NAME=1.1.0
|
VERSION_NAME=1.2.0
|
||||||
VERSION_CODE=9
|
VERSION_CODE=10
|
||||||
GROUP=jp.wasabeef
|
GROUP=jp.wasabeef
|
||||||
ARTIFACT_ID=glide-transformations
|
ARTIFACT_ID=glide-transformations
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ android {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile "com.github.bumptech.glide:glide:${GLIDE_VERSION}"
|
compile "com.github.bumptech.glide:glide:${GLIDE_VERSION}"
|
||||||
compile "jp.co.cyberagent.android.gpuimage:gpuimage-library:${GPUIMAGE_VERSION}"
|
provided "jp.co.cyberagent.android.gpuimage:gpuimage-library:${GPUIMAGE_VERSION}"
|
||||||
}
|
}
|
||||||
|
|
||||||
android.libraryVariants.all { variant ->
|
android.libraryVariants.all { variant ->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user