I'm using
ciContext.render(overlayImg, to: pixelBuffer, bounds: bufferFrame, colorSpace: nil)
where overlayImg
is an image with transparent areas. Pre-iOS10 this worked as expected, but since iOS 10 the transparent areas are black.
I don't know exactly what changed, but how can I achieve the rendering with transparency again?