In reference to this question: Super fast getimagesize in php
I'm interested to use that accepted answer's code in obtaining the image size from its metadata by reading in just a few bytes in without downloading the entire image
What is the absolute minimum of bytes that I should download just enough so that I can get the image's metadata?
I can imagine that it will vary between images and file-types, but is there some sort of formula or guideline to determine this? Perhaps a percentage guideline relative to the image file-size?