I am trying to get the image size of an image that I have as an absolute url. So far I have been using image-size. On production however we face an issue with those external domains, as all the requests to the outside network are being filtered.
Is someone aware of a different option to get the size of the images, given only an absolute url?
P.S: size = width and height of the image, not the file size
Thanks in advance!