C# Lockbits 用于更奇特的 PixelFormats

发布于 2024-08-04 07:59:26 字数 166 浏览 3 评论 0原文

我正在用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

朕就是辣么酷 2024-08-11 07:59:26

您将找到有关使用 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文