Without getting into too much detail, I am using the school server for a website project, which doesn't have the php image libraries installed. So I need something else to use THAT I DO NOT HAVE TO INSTALL. I don't have sudo/admin privileges. I do have gcc/g++ so there's that. I tried other libraries made in php and other languages they all don't work. I think my only option is something like "imagemanip.cpp" -> "g++ imagemainp.cpp -o imagemanip" -> "imagemanip image new_image_name desired_width desired_height"
I did try CImg but I couldn't get it to work and I think I have to install that so that's out of the question.
I'm open to suggestions. I'd like to know any other possibilities before I throw in the towel.