
Yes, you can save the embedded images: they behave the same way regular images do. You can verify/test what/how SingleFile saves a page by saving a copy, then disconnecting from the internet and loading the saved page. This is what makes these files so large sometimes This trick is performed by taking the image and encoding it into a super long string of characters: base64 encoding. The images are saved INSIDE the document.

SingeFile saves the HTML and, if you enable it, some JavaScript as well.
