Suppose we have a URL, as example, "//upload.wikimedia.org/wikipedia/en/a/a9/Example.jpg".
How to get a top left (or any (x,y) coordinates) of this image using javascript (jQuery or Angular)?
P.S. Of course the image will belong to the same domain to avoid CORS issues.
P.P.S. The image is not in DOM yet.