Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是编写 Win32 程序的新手。我想在窗口中显示一个 tif 图像,但我只找到了显示位图图像的方法。有谁知道如何显示 tif 图像?谢谢。
使用Gdiplus::Bitmap类加载 TIFF 图像。然后,HBITMAP通过调用GetHBITMAP.
Gdiplus::Bitmap
HBITMAP
GetHBITMAP