将 pgm 图像转换为 bmp

发布于 2024-11-11 15:46:59 字数 41 浏览 3 评论 0原文

如何在 C# 中加载 pgm 图像以及如何将其转换为 pgm 文件?

how do I load pgm image in C# and how Im convert it to pgm file?

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

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

发布评论

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

评论(1

橪书 2024-11-18 15:46:59

我找到了一篇博客文章,其中包含将 PGM 文件转换为 BMP 文件的代码。我不得不使用谷歌翻译来阅读该页面,但列出的代码是英文的,看起来不错。这是链接(使用翻译):

http://translate.google.com/translate?hl=en&sl=zh-CN&u=http://kb.cnblogs.com/a/1266417/&ei=fkbmTYqRMoe4twfq_PDeCg&am p;sa=X&oi=翻译&ct=结果&resnum=6&ved=0CFAQ7gEwBQ&prev=/search%3Fq%3Dc%2523%2Bconvert%2Bpgm%26hl%3Den%26prmd%3Divns

基本上,只需复制并粘贴此代码即可。 BitmapToBitmap() 方法是您要调用的方法。

I found a blog entry that has the code to convert a PGM file to a BMP file for you. I had to use Google Translate to read the page, but the code listed is in English and it looks good. Here is the link (using translate):

http://translate.google.com/translate?hl=en&sl=zh-CN&u=http://kb.cnblogs.com/a/1266417/&ei=fkbmTYqRMoe4twfq_PDeCg&sa=X&oi=translate&ct=result&resnum=6&ved=0CFAQ7gEwBQ&prev=/search%3Fq%3Dc%2523%2Bconvert%2Bpgm%26hl%3Den%26prmd%3Divns

Basically, just copy and paste this code. The BitmapToBitmap() method is what you want to call.

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