Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 GPUImageAlphaBlendFilter 将两个图像合并到一个图像上。我怎样才能做到这一点?
而且我想分别对这两个图像进行效果..有可能吗??!!
你看过 GPUImageFilterGroup 吗?这使您可以创建一个过滤器,将其他预先构建的过滤器有效地链接到一个过滤器中;您可以只添加两个 GPUImageAlphaBlendFilter 实例。
有关使用示例,请参阅 GPUImageGaussianSelectiveBlurFilter 和 GPUImageHarrisCornerDetectionFilter。