admin管理员组

文章数量:1356709

I am working on an image blending feature in my Android app using GPUImage in Kotlin. I want to apply opacity only to the blend image while keeping the original image fully visible.

Problem: Currently, when I adjust the opacity using GPUImageAlphaBlendFilter, it affects both the original image and the blend image. I only want to reduce the opacity of the blend image while keeping the original image unchanged.

本文标签: