Простейшее чтение BMP-файла. Логика вынесена в класс.
This commit is contained in:
parent
5c69bc1034
commit
4af1f2f4a0
4 changed files with 133 additions and 21 deletions
|
@ -3,4 +3,6 @@ project(image_test_cpp)
|
|||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
|
||||
add_executable(image_test_cpp main.cpp)
|
||||
add_executable(image_test_cpp main.cpp
|
||||
bmpimage.h
|
||||
bmpimage.cpp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue