Hi there
For my album I would like to get the image URL of a thumbnail. If I use the getCustomAlbumThumb() function, I might get this URL if the thumb is already generated, but for new thumbnails I will get a URL like "/zp-core/i.php?a=..." that will generate the thumbnail when called in a browser.
However, I need to get the real image URL (because my code wants to further process the image, which does not work when I give it the i.php URL). Do you have any ideas how to accomplish that?
I need some function like: "If the thumbnail of album X does not exist, generate it. Then give me the URL to the generated JPG file."
Thank you!
Comments
That is exactly what I want ZenPhoto to do for me *automatically* without any action of me. :-) How can I achieve this?
If you don't want to use that, an uncached image is cache whenever a visitor first visits it on your site.