You cannot get into the "file system", but you can do this:
v = new Image(); v.onload = function() { alert("size: " + String(v.width) + 'x' + String(v.height)); }; v.src = "http://www.gravatar.com/avatar/96269f5a69115aa0e461b6334292d651?s=32&d=identicon&r=PG";
Do you consider this an βadd to the DOMβ?
source share