如何使用 .NET CF 2.0 获取位图的 PixelFormat?

发布于 2024-07-21 07:57:04 字数 155 浏览 5 评论 0原文

我正在尝试加快某些图像缩放和图像缩放的性能。 基于.Net Compact Framework 2.0 的移动应用程序中的着色例程。 我发现了 Bitmap.LockBits 方法,但是当紧凑框架不支持 PixelFormat 属性时,如何获取 Bitmap 的 PixelFormat 呢?

I'm trying to speed up performance of some image scaling & coloring routines in a mobile app based on .Net compact framework 2.0. I've discovered the Bitmap.LockBits method, but how can I get a Bitmap's PixelFormat when the PixelFormat property is not supported in the compact framework?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

享受孤独 2024-07-28 07:57:04

OpenNetCF Framework 包含一个实现 PixelFormat 属性的 BitmapData 类。

The OpenNetCF Framework contains a BitmapData class that implements the PixelFormat property.

久而酒知 2024-07-28 07:57:04

下面是添加 .netCF 默认情况下不支持的内容的示例。 您可以尝试相同的方法。

http://blogs.msdn.com/chrislorton/archive/ 2006/04/07/570649.aspx

Here is an example of adding something that is not by default supported by .netCF. You can try the same approach.

http://blogs.msdn.com/chrislorton/archive/2006/04/07/570649.aspx

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