- Update
- Kotlin to 1.3.72
- The targetSdkVersion from 28 to 30
- The compileSdkVersion from 28 to 30
-
Update
- Kotlin to 1.3.41
- Android Gradle tools to 3.6.0-alpha05
- Gradle wrapper to 5.5
-
Add 64bit build settings for clearly Can get size of rescaled image #443
-
Bug fix GPUImageZoomBlurFilter incorrect args #454
- Add GPUImageVibranceFilter (by @itome)
-
Add GPUImageSolarizeFilter (by @kettsun0123)
-
Change attr/names
show_loading
togpuimage_show_loading
surface_type
togpuimage_surface_type
-
Fix a bug about filter init #420
- Add GPUImageLuminanceFilter (by @takasfz)
- Add GPUImageLuminanceThresholdFilter (by @takasfz)
- Change the minSdkVersion 9 to 14
- Change the targetSdkVersion 23 to 28
- Update project settings
- Support TextureView via GLTexureView
- Support Camera2 API
- Fix some bugs
Using Bintray's JCenter.
- added GPUImageHalftoneFilter (by @ryohey)
- added GPUImageTransformFilter (by @jonan)
- fixed GPUImageChromaKeyBlendFilter (by @badjano)
- fixed GPUImageLookupFilter (by @jonan)
- added GPUImageBilateralFilter (by @wysaid)
- added flip options to
GPUImage#setRotation
- added GPUImageLevelsFilter (by @vashisthg)