Master
solution
include
bmp_header.h +28 -0
bmp_working.h +21 -0
error_utils.h +10 -0
image.h +17 -0
src
bmp_working.c +72 -0
error_utils.c +20 -0
image.c +19 -0
main.c +25 -2
tester/tests/3
input.bmp +0 -0
output_expected.bmp +0 -0
+ 28
- 0
+ 21
- 0
+ 10
- 0
+ 17
- 0
+ 72
- 0