/BmpRotator

This is a C code to rotate png image files.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

BmpRotator

This is a C code to rotate bmp image files.

As simple as reading all bits, Rotate them with rotator function as much as you want and save the result as a new bmp file.