![]() |
|
Extra-large and medium-size photos - 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: Extra-large and medium-size photos (/thread-8443.html) |
Extra-large and medium-size photos - Michel Gagnon - 2011-04-02 Hello, I am aware of memory and processing issues relates with huge photo files; disk space is not an issue, but processing load could be. Most users will he happy with 1000 x 800 or 800 x 600, so it makes sense to limit the viewing size. But we occasionally use those photos for high-resolution printing @300 dpi in CMYK... and they are huge files (15-20 Mb). Ideally, I would like to keep both versions linked in a certain way, as these 5-6 users are not in office and searching photos with Zen is simpler than in a generic file system. So what would be the best solution ?
P.S. Maybe some of that is in the documentation. If so, could anyone point me in the right direction? Thanks. Extra-large and medium-size photos - sbillard - 2011-04-02 If the server can process the large images at all, then you can just take the hit the first time the images are accessed. This is your option #1. Once cached, there will be no more processing done. If not, you will have to maintain a parallel structure for the big images and "manually" link to them. This would be your option #3. (You could place the parallel structure in the "uploaded" Zenphoto folder and get option #2. But I am not convinced that there is any advantage to this.) By manual linking, you would modify your theme and change where it uses the Extra-large and medium-size photos - Michel Gagnon - 2011-04-02 Thanks. I'll go for option 1. I was afraid that the cache would be automatically rebuilt at regular intervals. Extra-large and medium-size photos - acrylian - 2011-04-03 The cache only rebuild if you clear the cache yourself. Zenphoto only generates cached images if an image in the size requested does not already exist. Regarding 300dpi images: You surely know that the dpi value does not matter on the net at all. The real pixel dimensions do. Extra-large and medium-size photos - Michel Gagnon - 2011-04-04 Thanks for clarifying the cache-rebuilding issue. |