I'm doing a gaussian blur using Core Image (CIGaussianBlur). The problem I'm having is the edges are not being extended during the blur so all four edges fade into transparency. Is there a way to control how the CIGaussianBlur treats edges, such as kvImageEdgeExtend does for vImage convolves, or at least set the background color used for the blur?