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

后端 未结 7 1635
囚心锁ツ
囚心锁ツ 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:27

    EasyBMP if you want just bmp support. I'ts simple enough to start using within minutes, and it's multiplatform if you would need that.

提交回复
热议问题