Skip to content

Rotate a 24-bit true colour bitmap image by 90 degrees clockwise.

License

Notifications You must be signed in to change notification settings

GeorgeMLP/bmp-image-rotation

Repository files navigation

BMP Image Rotation

This programme rotates a 24-bit true colour bitmap image by 90 degrees clockwise.

First, compile the cpp file to exe file named rotatebmp.exe. Then, run this programme from command line using the following command:

rotatebmp src.bmp dest.bmp

where src.bmp is the image to be rotated and dest.bmp is the name of the image after rotation.

About

Rotate a 24-bit true colour bitmap image by 90 degrees clockwise.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages