A canvas with the image that is further in the page, loaded by the <img src=...> tag. This is not the recommended way to load images, except if the image is already in your page. In that case you should take care that it has been fully loaded, using the document.getElementById(imageId).onload =... callback.

Original image as an <img> element: