相关疑难解决方法(0)

在C#中快速使用Bitmaps

我需要访问Bitmap的每个像素,使用它们,然后将它们保存到Bitmap.

使用Bitmap.GetPixel()Bitmap.SetPixel(),我的程序运行缓慢.

我怎么能快速转换Bitmapbyte[]和回?

我需要byte[]length = (4 * width * height)含有各像素的RGBA数据.

.net c# graphics bitmap pixels

38
推荐指数
3
解决办法
5万
查看次数

标签 统计

.net ×1

bitmap ×1

c# ×1

graphics ×1

pixels ×1