create images from base64 encoded data, so that you don't need to specify the filename for an image, but store the 'image' right inside your script. (like Tk's "image create photo -data ..")
(suggested by Mat)
Log in to post a comment.