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.
我正在制作一个应用程序,我正在尝试调整 .gif 动画图像的大小,该图像显示在主窗口内的另一个窗口中。到目前为止,我正在使用 windows.h 中的 SetWindowPos 函数。此功能只是调整窗口大小,而不是图像。
请帮我解决我的问题。我想使用 C++ 语言的 win32 编程来调整 .gif 动画图像的大小。