如何在单声道中加载 gif 文件?
我找不到 System.Drawing 来使用它。我找到了这个,但我仍然不知道我做错了什么。我的印象是,这是因为我正在编写一个控制台应用程序,但我仍然想使用这些方法,而不是简单地以二进制模式或类似的方式加载 gif 文件。有什么想法吗?谢谢。
I can't find System.Drawing
to use it. I found this, but I still don't know what I'm doing wrong. I have the impression that it's because I'm coding a console app, but I'd still like to use the methods, and not simply load the gif file in binary mode or something like that. Any ideas? Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您只需添加引用即可在你的项目中。
You just need to add a reference to it in your project.