# Blurred **Repository Path**: goweii/Blurred ## Basic Information - **Project Name**: Blurred - **Description**: Android高斯模糊库,调教参数后可实现实时高斯模糊(<16ms,可达2~3ms) - **Primary Language**: Java - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-24 - **Last Updated**: 2022-03-13 ## Categories & Tags **Categories**: android-modules **Tags**: None ## README # Blurred Android高斯模糊库,调教参数后可实现实时高斯模糊(<16ms,可达2~3ms) [GitHub主页](https://github.com/goweii/Blurred) [Demo下载](https://github.com/goweii/Blurred/raw/master/app/release/app-release.apk) # How to use To get a Git project into your build: Step 1. Add the JitPack repository to your build file gradle maven sbt leiningen Add it in your root build.gradle at the end of repositories: allprojects { repositories { ... maven { url 'https://www.jitpack.io' } } } Step 2. Add the dependency dependencies { implementation 'com.github.goweii:Blurred:1.2.0' }