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.
我正在使用 QPainter 将像素图放到另一个像素图上。像素图具有白色背景。我希望结果是一个带有白色 BG 但内容混合的像素图,即使它很丑陋和混乱。我想创建一个“融合”图像。
似乎 CompositionMode_Darken 或 CompositionMode_Multiply 适合我的目的,但我不知道基础数学。我刚试过。