C# Lockbits 用于更奇特的 PixelFormats
我正在用 C# 编写一个用于图像处理的性能关键类。我正在使用 LockBits 直接访问实际数据,一切运行良好,但我想获取有关某些 PixelFormat 的内存签名的更多信息,尤其是 Imaging.PixelFormat.Format32bppPArgb。
有人知道某个可靠的网站列出了这些内容吗?
I'm writing a performance critical class in C# for image manipulation. I'm using LockBits to gain access to the actual data directly and all is working well but I'd like to get more info on the memory signature of certain PixelFormats, most notably Imaging.PixelFormat.Format32bppPArgb.
Anyone know a reliable website somewhere which lists these?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您将找到有关使用 LockBits 进行图像处理的必要信息。
https://web.archive.org /web/20141229164101/http://bobpowell.net/lockingbits.aspx
You will find neccessary information about image manipulation with using LockBits.
https://web.archive.org/web/20141229164101/http://bobpowell.net/lockingbits.aspx