Image Processing Script 2

Hello,

I have a script for image processing.

It transfers images from other websites to my server and processes it one by one by resize to 90×90 and 300×300 pixel images (by adding a border or first by reducing it to the needed size).

Right now it processes image by image – means one by one and I need it to first download all images to a temporary folder on my server and after it had downloaded all images to the temp folder to process the images resize or border adding exactly like it is right now but from the temp folder not one by one from the other server.

So the only difference would be the temp folder and processing the resize from the temp folder.

The other thing what the script does is image rename (for which no adjustment is to be made) and the image location and new image name is uploaded to the server by a .xls sheet (in column A row by row are the image links and in column B the new names).

Attached I send the script and files which are right now used for the process.

Leave a Reply

Your email address will not be published. Required fields are marked *