我在透明文本 GPUImagePicture 上出现奇怪的黑色混叠,它与基本 GPUImagePicture 混合,并以 GPUImageView 作为最终目标。这就是我正在做的事情:
textOverlay = [[GPUImagePicture alloc] initWithImage:self.rootViewController.previewImageTextOverlay];
GPUImageAlphaBlendFilter *textBlend = [[[GPUImageAlphaBlendFilter alloc] init] autorelease];
[upstreamOutputFilter addTarget:textBlend];
[textOverlay addTarget:textBlend];
[textBlend addTarget:gpuPreviewImageView];
[textOverlay processImage];
如何消除混叠?
我想要这个(通过堆叠两个 UIImages 得到):(
来源:kevinharringtonphoto.com)