Add lab 6
include
image_manip.h +3 -0
image_parser.h +7 -0
structs.h +70 -0
src
image_manip.c +73 -0
image_parser.c +181 -0
main.c +25 -0
view-header
Makefile +0 -20
bmp.c +0 -35
bmp.h +0 -36
main.c +0 -26
util.c +0 -12
util.h +0 -6
.gitignore +3 -0
CMakeLists.txt +10 -0
+ 3
- 0
+ 7
- 0
+ 70
- 0
+ 73
- 0
+ 181
- 0