1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-06-29 04:44:47 +08:00

update documents

This commit is contained in:
wasabeef 2015-09-16 23:52:37 +09:00
parent d5616ec9fa
commit abde4c694d
2 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,10 @@
Change Log Change Log
========== ==========
Version 1.2.0 *(2015-09-16)*
----------------------------
add new transformations MaskTransformation and NinePatchMaskTransformation.
Thank you @start141
Version 1.1.0 *(2015-09-05)* Version 1.1.0 *(2015-09-05)*
---------------------------- ----------------------------

View File

@ -85,6 +85,9 @@ android {
### Blur ### Blur
`BlurTransformation` `BlurTransformation`
### Mask
`MaskTransformation`, `NinePatchMaskTransformation`
### GPU 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.* *Will require add dependencies for GPUImage.*