ZenphotoCMS Forum
Image quality vs Load time - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Image quality vs Load time (/thread-13151.html)



Image quality vs Load time - knichel - 2018-10-12

I just installed ZP and so far I really like it. I uploaded some images from my google Photos which are hi-res photos.

Is there a way to scale back the images for loading without uploading a lower quality image? I want to be able to allow people to download the original file if possible but increase load times.




Image quality vs Load time - fretzl - 2018-10-12

Down-sizing images will always affect image quality. (throwing pixels out)
Up-sizing a low quality image will never improve the quality. (making up new pixels)

Zenphoto works somewhat different.
You can upload your full sized images.
It is the theme (and the functions and CSS used) that determine how big an image is displayed on the website.
Your original full image is not changed in any way.
If the theme uses the right functions/plugins you can let visitors download the original full image.

The only limitation is your server.
Processing large images requires a lot of computer resources.
Plenty examples on the forum where thumbnails/sized images were not generated. Especially on shared hosts.




Image quality vs Load time - acrylian - 2018-10-12

Useful user guide article related to that: https://www.zenphoto.org/news/caching/




Image quality vs Load time - knichel - 2018-10-12

Thanks. I see that once I have viewed every image, they load much faster the second and future times. That is good then.