gpt4 book ai didi

c# - 将 BitmapImage 转换为灰度,并保留 alpha channel

转载 作者:太空狗 更新时间:2023-10-29 23:19:27 24 4
gpt4 key购买 nike

我在将 BitmapImage (WPF) 转换为灰度时遇到问题,同时保持 Alpha channel 。源图像是 PNG。

MSDN 文章 here工作正常,但它删除了 alpha channel 。

有什么快速有效的方法可以将 BitmapImage 转换为灰度图像?

最佳答案

你应该看看使用矩阵的图像转换。

特别是,this article描述了如何使用 ColorMatrix 将位图转换为灰度。 (它是用 VB.NET 编写的,但应该很容易转换为 C#)。

我没有测试过它是否适用于 alpha channel ,但我认为值得一试,而且它绝对是一种快速有效的修改位图的方法。

关于c# - 将 BitmapImage 转换为灰度,并保留 alpha channel ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1470143/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com