1

I am trying to replicate a Gaussian blur in swift in my application, but the core image filter doesn't seem to act the same way as the Sketch Gaussian blur. I need the blur to cover the UIImage as well as extend past the bound of the UIImage and blur the area around it. When I try to use CIFilter, it either clips the blur to the edges of the image or insets the image and makes it appear much smaller than it is. Is there a better way to make a Gaussian blur that will match the Sketch functionality?

0 Answers0