wysaid / android-gpuimage-plus

Android Image & Camera Filters Based on OpenGL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add one method in "cgeColorLevelAdjust.h" file but not reflecting

Kishan-Codevilla opened this issue · comments

Hi,
I want to add intensity options in "Gamma" filter. I have added intensity method in both "cgeColorLevelAdjust.cpp" and "cgeColorLevelAdjust.h. When i try to use that intensity method, it's not working.

Is there anything else i have to do?

I have updated the filter files and generated new libCGE.so from JNI but it's still working same as original one :(

Any suggestion what i am mistaking here?
Thanks in advance.