Hi all,
I have joined this community today. I have a few queries for watermarked image.
I have a site which watermarks a image.
I upload a desired image of say 2000 x 3000and file size is 3MB .I just watermark the image in the centre ,the original image with original sizes( 2000 x 3000)after uploading will be shown in the site with reduced size of 600 x 500 .
The client for whom im working says the photo takes a long time to show up in the site .
The reason it takes such a long time bcos it has to download 3 Mb size
Now my question is is there any way or code by which i can reduce the download time so that it can download in a few seconds .
Thanks for replying in advance

Regards

Santo

    Either resize image when uploading (when you don't need 2000x3000px version anymore), create the smaller version (when you need both of them) or resize image "on the fly" when it's required by user (slow on the server side).

      8 days later
      Write a Reply...