The "Load image from URL" can be provided a data URI containing images encoded in base64 format.
It should look something like this :
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==
This is a simple 5x5 red dot encoded in base64.