Is there anyway to dynamically edit image size (ie, pixel dimensions) on the server. So for example I could upload a 800x600px Jpeg and have the server create a smaller version and a thumbnail, and save them into seperate directories?

My server is Apache, PHP, MySQL.


Cheers