Okay, the reason I posted this is because I wasn\'t sure what to search for. I\'ll try to explain it as clearly as I can.
Say, I have an image sized 800x600. The box
Look into WideImage, an open-source PHP library for image manipulation. Could get a simple as
WideImage::load('pic.jpg')->resize(150, 150, 'outside')->output('jpg');
http://wideimage.sourceforge.net/