在 Visual c++ 中显示图像窗口应用程序
我是 Visual C++ Windows 应用程序编程的初学者,我想在屏幕上显示图像,但我不知道如何。谁能帮助我吗?
我在网上找到的大部分内容都是关于 MFC 应用程序的,我对此不感兴趣。 我希望这个应用程序尽可能简单,因此我对使用任何其他库(如 OpenCV)或使用 Direct2D、OpenGl 不感兴趣也就不足为奇了。
I am a beginner to visual c++ Windows application programming and I want to display an image on the screen but I don't know how. Can anyone help me?
Most of the stuff I found on the net was about MFC application which I'm not interested in.
I want this application to be as simple as possible so it's not surprise that I'm not interested in using any additional library like OpenCV or use of Direct2D, OpenGl.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
BitBlt,在 MSDN 上查找。另请参阅http://www.winprog.org/tutorial/bitmaps.html。
BitBlt, look it up on MSDN. Also see, http://www.winprog.org/tutorial/bitmaps.html.
只需使用以下代码即可。它很丑陋,但足以用于调试
Just use the following code. It is ugly but works good enough for debug