In GPUImageGaussianSelectiveBlurFilter how to set the point of non image blur ? i tried setting the point excludeCirclePoint but everything gets blur. I want to implement touches gesture and the touched point remains good while the other image gets blur.
In GPUImageGaussianSelectiveBlurFilter how to set the point of non image blur ? i tried
Share
You have to assign
CGPointto filter’sexcludeCirclePointproperty whereCGPointMake(0, 0)is the top-left corner of the image andCGPointMake(1, 1)is the bottom-right corner.Something like: