Requirements
Rust and Cargo both of which can be downloaded from here https://www.rust-lang.org/tools/install
Compilation Instructions
Cloning the repo: git clone [email protected]:Sayeem2004/Graphics.git
Changing directory: cd Graphics
Compiling and running: make
Converting all ppm images to png: make convert
Running some basic tests: make test
Cleaning up repo: make clean