标签: ios swift3 core-image
我正在使用
ciContext.render(overlayImg, to: pixelBuffer, bounds: bufferFrame, colorSpace: nil)
其中overlayImg是具有透明区域的图像。 iOS10之前的这个按预期工作,但是从iOS 10开始,透明区域是黑色的。
overlayImg
我不确切知道改变了什么,但我怎样才能再次以透明度实现渲染?