Hello all, is there a callback for image loading (reading)? I use img.scan{filename = "some filename" } which (if I understand it correctly) calls find_image_file (with kpathsea disabled) but no reader callback. Why I am asking: I have an image caching mechanism for images got via http(s) and I'd like to serve these images from memory. Patrick