Skip to content

Commit 58444d2

Browse files
committed
simplify words
1 parent 8543018 commit 58444d2

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Android-GPUImage-Plus
22

3-
Image, Camera And Video Filters Based On OpenGL
3+
A C++ & Java library for `Image`/`Camera`/`Video` filters. PRs are welcomed.
44

55
## New Feature
66

@@ -29,18 +29,12 @@ dependencies {
2929
3030
> To compile other versions of ffmpeg, see: <https://github.com/wysaid/FFmpeg-Android.git>
3131
32-
## Abstract
33-
34-
* This repo is an Android Studio Project, comprising "cgeDemo", "library" two sub-modules. Hundreds of built-in filters are available in the demo. 😋If you'd like to add your own filter, please take a look at the manual page. Or you can follow the demo code. The new custom filter should be written in C++.
35-
36-
* Demo and Library will be updated as needed. Welcome for your questions or PR.
37-
3832
## Build
3933

4034
* Options to know in `local.properties`:
4135
* `usingCMakeCompile=true`: Compile the native library with CMake if set to true. (Default to false, so you can use the prebuilt libs)
4236
* `usingCMakeCompileDebug=true`: Compile the native library in Debug Mode if set to true. (Default to false)
43-
* `disableVideoModule=true`: Disable the video recording feature, The whole jni module will be very small. (Default to false)
37+
* `disableVideoModule=true`: Disable the video recording feature(Use full for image only scenarios). The whole jni module size will be very small. (Default to false)
4438

4539
* Build with `Android Studio` and CMake: (Recommended)
4640
* Put `usingCMakeCompile=true` in your `local.properties`

0 commit comments

Comments
 (0)