I am tyring to resize an image to half of it's size, but everytime I do this with photoshop using the image resize option the image looks distorted a little. How do I reduce it's size but the image looks the same as the original although smaller. Please help! thanks!
Simple way to do it is to use width="100" height="100" in the img tag of HTML Another way to do it is using getimagesize() function with GD library in PHP. You would get width and height form this function and based on that you can use other image functions in PHP to copy and resample it without losing its ratio. You can find more info here :http://in.php.net/getimagesize
Although it seems basic, sometimes good ol' paint can be useful, give it a shot, use resize or stretch and see what you can do.
check both the boxes "constrain proportions" and "resample image". That should solve the problem. If not PM me. I will help you.