Skip to content

Latest commit

 

History

History
16 lines (7 loc) · 309 Bytes

File metadata and controls

16 lines (7 loc) · 309 Bytes

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.