I have a collection of 500+ images which have been re-sized to a maximum of 800px x 533px with a need to display thumbnails of these in a variety of sizes depending on the number in a particular category, so a section width of say 650px is filled in either 2/3/4 columns of photos. These images will are planned to bed used on a number of different domains each with a seperate watermark.
Therefore i wrote a script which re-sizes images based on certain parameters (width / height / aspect) and then adds a watermark on the fly. I did this because i wanted to save server space and be as dynamic as possible to display which will allow the both the watermarked thumbnail and full photos to be displayed at different sizes on a number of domains.
My questions are:
Have i done the right thing in terms of using the on-the-fly watermarking approach?
Would i better off saving a copy of the unwatermarked photos in lesser dimensions (300px x 200px) and reference those for the thumbnail?
Should i create a separate copy of each photo (and maybe thumbnail as well) already watermarker with the specified logo and save it to the individual domain folder? Even though this would mean mass duplication
Many thanks for your advice