标签: c# image-processing
我有一个图像,其他像素周围会有白色像素,我需要所有的空白都是透明的。我如何快速合理地处理图像? (也许是不安全的代码?我不知道该怎么做..)
答案 0 :(得分:0)
A post in this thread shows you how to access the pixeldata
答案 1 :(得分:0)
以下是Stackoverflow上回答的类似问题的链接。
Making every pixel of an image having a specific color transparent