Imagine manipulation program that rotates,transforms and mirrors .alpha and .PGM images. Project was done for my CS253 (Software engineering in C++) class. The program reads in either .alpha or .PGM images and take CLI argument options like -r90 (rotate by 90% clockwise)
Tasks included: Ability to rotate by factors
The final task was to optimize the code and one of the things I did was add the O3 flag to the makefile.
Try it out
1 - Clone the repo or download the source code.
2 - Go to the directory containing the files and type "make" in a Linux terminal.
3 - Run the executable