- Original Poster
- #1
I have looked around a bit for a solution to this, but not to much success. On the off chance that anyone on here knows of a solution:
I'm looking for some sort of script that can integrate with the existing back-end of a website to resize image files to a few different sizes upon upload (gif or jpeg).
If there is nothing standard (without a watermark) available on the market, rough coding costs would be appreciated.
Currently all the scaling is done manually by uploading 3 individual files so I am just looking at a way of simplifying/saving time with this process.
Thanks in advance
I'm looking for some sort of script that can integrate with the existing back-end of a website to resize image files to a few different sizes upon upload (gif or jpeg).
The back-end of the site is in php so this would be ideal, but it doesnt matter what language the script uses because I can integrate this no problem.For example, when creating a new product, I would upload a photo of size 1000x1000px and the website would automatically scale down and save the photo in a few different sizes to the folder of my choice.
So if I were to go into the folder afterwards, I would find the following files:
productxxxx_60x60px.gif
productxxxx_500x500px.gif
productxxxx_1000x1000px.gif
If there is nothing standard (without a watermark) available on the market, rough coding costs would be appreciated.
Currently all the scaling is done manually by uploading 3 individual files so I am just looking at a way of simplifying/saving time with this process.
Thanks in advance
Last edited: