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 を使用して、1 つの画像に 2 つの画像をマージしたいと考えています。これどうやってするの?
また、その2つの画像に別々に効果を与えたい..それは可能ですか??!!
GPUImageFilterGroup をご覧になりましたか? これにより、他の事前構築済みフィルターを単一のフィルターに効果的にチェーンするフィルターを作成できます。GPUImageAlphaBlendFilter の 2 つのインスタンスを追加するだけです。
使用例については、GPUImageGaussianSelectiveBlurFilter および GPUImageHarrisCornerDetectionFilter を参照してください。