Moldon Anton
solution
include
bmp.h +61 -0
image.h +21 -0
rotate.h +12 -0
rotate_util.h +18 -0
util.h +13 -0
src
bmp.c +77 -0
image.c +26 -0
main.c +75 -2
rotate.c +23 -0
rotate_util.c +57 -0
util.c +16 -0
CMakeLists.txt +10 -1
+ 61
- 0
+ 21
- 0
+ 12
- 0
+ 18
- 0
+ 13
- 0