在 WPF 中叠加两个位图图像
我需要叠加两个图像(例如,具有透明度的 JPEG 和 PNG)。
输入: - JPEG 图像 - PNG图像
输出: - 应用了 PNG 的 JPEG 图像。
做到这一点的最佳方法是什么?
预先感谢您的回复和提示!
干杯
I need to overlay two images (say, JPEG and PNG with transparency).
Input:
- JPEG image
- PNG image
Output:
- JPEG image with PNG applied.
What is the best approach to do that?
Thank you in advance for the replies and hints!
Cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以像这样使用 DrawingGroup:
You can use a DrawingGroup like this: