Function getImageURI
Returns an URI to the image:
If the image is not cached, the uri will be to the image processor If the image is cached then the uri will depend on the site option for cache serving. If the site is set for open cache the uri will point to the cached image. If the site is set for protected cache the uri will point to the image processor (which will serve the image from the cache.) NOTE: this latter implies added overhead for each and every image fetch!
Parameters summary
array |
$args |
|
string |
$album |
the album name |
string |
$image |
the image name |
integer |
$mtime |
$mitme mtime of the image |
Return value summary
string
|
string
|