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

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

    I've not used Magick++, but Windows has a library called the Windows Imaging Component which would likely suit your needs.

提交回复
热议问题