Calling all PHP gurus!
I understand that you can use getimagesize() to get the actual pixel height and width of an image in PHP. However, if you open an image in pho
You could just read the JPEG file directly, bytes 14-18 specify:
Also see: http://www.obrador.com/essentialjpeg/headerinfo.htm