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
I've not used Magick++, but Windows has a library called the Windows Imaging Component which would likely suit your needs.