Nesterov Ivan, R3237, Image rotation lab
Last changes before review: I found the errors pointed out by the sanitizers asan and lsan, fixed memory leaks and problems with it, corrected inaccuracies in the code style and decomposed files into directories correctly, according to the statement of work. Hopefully this code is now not as ugly as last pre-new year's version :) . P.S. I hope you will read PLEASE_READ_IT.pdf file before this code review
UPD: changes after review
- free_image function moved from main.c to bmp_manipulator.c
- ../include/ prefix removed from #include strings as unnecessary
- Changed the logic of image rotation. Previously, it did not occur to me how to rotate the picture counterclockwise, so I rotated it three times clockwise. At the moment, the function has been changed and rotates the image correctly