wysaid / android-gpuimage-plus

Android Image & Camera Filters Based on OpenGL.
MIT License
1.82k stars 475 forks source link

Blur / Sharpen not working #422

Open NOxBODY opened 5 years ago

NOxBODY commented 5 years ago

Using your cge-tool I made the ruleString = "@adjust blur 0.04 9" and applied it with 1.0f intensity but the result on my android device seems like no change in there. Other things like brightness contrast saturation are working properly.

`//String ruleString = "@adjust brightness 0.9"; //this works

String ruleString = "@adjust blur 0.04 9"; //this doesn't work imageView.setImageBitmap(CGENativeLibrary.filterImage_MultipleEffects(bitmap, ruleString, 1.0f));`

wysaid commented 5 years ago

Get it. I will check this soon.