How can I check an image width and height if I only have the URL of the image, and not the image itself?
i.e. Url might be something like
http://www.myadvertiserprovider.com/images/myuserid/ad_image.png
What I am trying to do is to skip inserting an ad into my page if the image dimensions are not exactly what I am expecting. I don't want to resize the image, I require the image to be the exact dimensions that I am expecting.