Hi,
I cannot connect to you server through our firewall
.
But yes I have some code to reuse the thumbs if the random pic size = the thumbsize!
you have to open image.php and scroll to the very bottom. There are some comments
/*
$thumb = "./" . $cachedir . "/" . urlencode(str_replace("/", "_", $twg_album) . "_" . $image) . "." . $extension_thumb;
if (file_exists($thumb) && ($randomimagesize == $thumb_pic_size)) {
putimage($thumb);
} else {
*/
and
// }
further down - remove the /* */ and the //
Then the thumb is used if the sizes match. I commented this because you can make watermarks on the thumbs too - but I don't use this - therefore using this few lines is fine.
It does only work for "easy" filenames - I haven't encoded everything properly there! I'll do this for the next release.
/Michael