如何在C#中处理像素级别的图像
问题描述:
如何在C#中以像素级操作图像?
How do I manipulate images at the pixel level in C#?
我需要能够分别读取/修改每个位图像素RGB值。
I need to be able to read/modify each bitmap pixel RGB values separately.
我们将非常感谢代码示例。
A code sample would be appreciated.