I have a bunch of images on my server that I'd like to write a php file that will grab the existing file in a directory, and scale it down to thumbnail size, and place the new file in the same directory under a different name.
So basically make the existing /folder/1.jpg (which is 640x480) into /folder/1small.jpg (which I need to have thumbnail sized). And still retain both files...
Thanks!
So basically make the existing /folder/1.jpg (which is 640x480) into /folder/1small.jpg (which I need to have thumbnail sized). And still retain both files...
Thanks!