C++: What's the simplest way to read and write BMP files using C++ on Windows?

后端 未结 7 1634
囚心锁ツ
囚心锁ツ 2020-12-03 12:16

I would like to load a BMP file, do some operations on it in memory, and output a new BMP file using C++ on Windows (Win32 native). I am aware of ImageMagick and it\'s C++ b

相关标签:
7条回答
  • 2020-12-03 12:28
    #include <windows.h>
    

    LoadImage

    0 讨论(0)
提交回复
热议问题