bmpLib the simple Bmp Lib. It can read and write bmp Image, only support uncompression Image. build project: cmake.exe -S ./ -B ./build compile project: cmake.exe --build ./build --target all install you will get lib in install directory, and executable sample in build directory.