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
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));`