Assigment 3 Image Rotation Kolesnikov Nikita P33131
2 unresolved threads
solution
include
BMP.h +13 -0
errorUtils.h +30 -0
fileUtils.h +13 -0
image.h +24 -0
imageEditor.h +9 -0
src
BMP.c +195 -0
errorUtils.c +47 -0
fileUtils.c +43 -0
image.c +38 -0
imageEditor.c +65 -0
main.c +11 -1
CMakeLists.txt +1 -1
test.bat +6 -0
+ 13
- 0
+ 30
- 0
+ 13
- 0
+ 24
- 0
+ 9
- 0