Bresenham Rotation An image rotation algorithm based on bresenham line drawing. Compilation mkdir build cd build && cmake .. && make Usage Using bruteforce matrix rotation on every pixel ./BresenhamRotation 1 Using bresenham to reduce matrix rotation call ./BresenhamRotation 2