Size (width, height) of an image loaded over http

懵懂的女人 提交于 2019-12-11 08:18:56

问题


Is there a way to know the size (w,h) of an image loaded over http with the headers or metadata (before having downloaded all of it) ?


回答1:


no, this not possible, except you pass this information by yourself to the HTTP headers.



来源:https://stackoverflow.com/questions/5042941/size-width-height-of-an-image-loaded-over-http

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!