posted 19 years ago
Hi, I'm developing a web application which loads a picture but I want to resize the picture specified by the user to a fixed size defined by the application. By example, the app stores the image on 100px x 80px, so if the user chooses an image of 640px x 480px resolution, the app should be able of resize the image to 100x80px.
How can I do that!!??
Thanks in advance!!