![]() |
Generating thumbnails on the fly
I have a site that lets a user create multiple galleries. For each gallery they can upload an image to be the image for that gallery.
I want to generate a thumbnail for each gallery to display on a page, however depending on the template they have selected (in another part of the control panel) the thumbnails should be a different size. Am I better off generating the thumbnails (either using PHPThumb or the GD library) on the fly each time this page is loaded or should I generate the thumbs as the gallery is created and then re-generate all of the current thumbs if/when they change their template? |
Quote:
From my experience, it seems if you resize thumbs straight from a php file, it's slower than actually generating them and storing them in a cache, so I would cache the thumbnails, and put a path in the database to the thumbnail, in which you could use <img src="" /> to fetch the image from the path, so being it's faster than generating straight from a php file. |
Ok thanks, I'll do that.
Any idea which would be better to use? PHPThumb, GD or something else? |
Quote:
|
You can see the PHPThumb site here. I've never used it before but the wordpress skin I use for one of my sites uses it.
Apparently it uses the GD library and ImageMagick to produce the thumbnails. I was just wondering what benefits it has over using the GD library itself. |
Quote:
|
| All times are GMT. The time now is 04:45 AM. |
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0