Possible Duplicate:
resize image from file
I have a File f
and it's a .jpg. I want to resize it to 640x480 right before I upload it to my PHP web service. I want it to maintain correct ratio (no stretching/skewing).
What's the quickest and easiest way to do this?