#include #include "../common/funs.h" using namespace std; void ChangeImage(void) { cout << "Converting Image\n"; // The code below rotates an image 180 degrees // it takes the first pixel and puts it last and // the last pixel and puts it first for (unsigned int i=0; i