Hi,
The title might not really be self explanatory, so here is my problem : when I want to display an image in a forum, blog post or anything else, I use the getCustomSizedImageMaxSpace() function.
The problem is : if this function find a correct cache image, it returns a link to that file. But if you clear your cache, you completely break this image.
So, I'd like to know if there is an equivalent of getCustomSizedImageMaxSpace(), only it will always return a link generating the cache image ?
Comments
I have a question though : I opened i.php, but I'm not so good in php, and I'm not sure of something : If I use i.php to generate an image. Then I re-use i.php to generate the exact same image (same dimension, etc.)
What happens ? The image is re-created ? Or does i.php detect that it already exists, and does nothing ?