I've been searching all over the places on how to resize an image depending on the max-height and max-width I provided. I have tried SimpleImage.php (http://www.white-hat-web-design.co.uk/articles/php-image-resizing.php), ImageMagician (http://phpimagemagician.jarrodoberto.com/), and so on. But they all failed to accomplished my task.
My main goal is to resize an image (NOT crop) depending on the max-height and max-width I provided. Can anyone please guide me through this?