WrapCachedImage (open)
Get the URL and result of a cached preprocessed image file
Syntax
LOADLIB "mod::system/lib/cache.whlib";
RECORD FUNCTION WrapCachedImage(RECORD wrappedimage, RECORD processingmethod)Parameters
RECORD wrappedimageWrapped image record
RECORD processingmethodProcessing method, which can optionally contain an extra BASEURL cell
Return value
RECORDA record describing the image after applying the processing method, or a default record if no image is passed
INTEGER heightImage height in pixels
STRING linkLink to the image
INTEGER widthImage width in pixels