Online Image Dimension & Size Finder from URL | MyFreeOnlineTools
Posted by jpluimers on 2022/11/10
This was the only site I could find that can you can enter a URL and get the image dimensions.
[Wayback/Archive.is] Onlie Image Dimension & Size Finder from URL | MyFreeOnlineTools
Yes, you can use web-browser tools for this, but the responsive web usually gives you the wrong size.
And yes, it should be “Online”, not “Onlie”, but I used the web-page title which already has the error.
The web interface is a bit crude (focus isn’t on the input, pressing enter does not submit the form). but you can automate it:
- [Wayback/Archive] myfreeonlinetools.com/get-image-size-and-dimensions/submit.php?urls=https://www.google.com/logos/doodles/2021/seasonal-holidays-2021-6753651837109324-law.gif gives you this JSON:
{"imageSizeMB":"0.03MB","imageSizeKB":"35.26KB","imageWidth":500,"imageHeight":200,"sharePath":"http://myfreeonlinetools.com/get-image-size-and-dimensions/submit.php?urls=https://www.google.com/logos/doodles/2021?urls=https://www.google.com/logos/doodles/2021/seasonal-holidays-2021-6753651837109324-law.gif"}
- [Wayback/Archive] myfreeonlinetools.com/get-image-size-and-dimensions/?urls=https://www.google.com/logos/doodles/2021/seasonal-holidays-2021-6753651837109324-law.gif gives you the web page for an image (but odly without the filename information filled in).
So I added these two bookmarklets:
-
javascript:void(open('http://myfreeonlinetools.com/get-image-size-and-dimensions/submit.php?urls='+encodeURIComponent(document.location)))
-
javascript:void(open('http://myfreeonlinetools.com/get-image-size-and-dimensions/?urls='+encodeURIComponent(document.location)))
The tested image is this one from 2021 [Archive]:
–jeroen
Leave a Reply