Hi,
I want to have my site resize product images on the fly so that I can resize larger/smaller depending upon the resolution size. For example, at res 1024 it will resize my image to width 400px. (unless image is smaller in which case nothing is resized).
I have found a couple of phps that do this, but wanted to find if anyone has any recommended ones they use. An additional "watermark" feature that is put on would be cool also.
I am not sure whether this is best done on the server/on the fly or by actinic making the images and then uploading them (and some java deciding which to pick). Whats technically better?
Any recommendations?
Thanks,
Paul.
I want to have my site resize product images on the fly so that I can resize larger/smaller depending upon the resolution size. For example, at res 1024 it will resize my image to width 400px. (unless image is smaller in which case nothing is resized).
I have found a couple of phps that do this, but wanted to find if anyone has any recommended ones they use. An additional "watermark" feature that is put on would be cool also.
I am not sure whether this is best done on the server/on the fly or by actinic making the images and then uploading them (and some java deciding which to pick). Whats technically better?
Any recommendations?
Thanks,
Paul.
Comment