I need to get JPEG image sizes in C ++. I am looking for either a fairly simple way to do this, or a small library that provides this functionality. I work in C ++ on OpenVMS, so any external libraries may need to be adapted for compilation on our systems, so please do not send me links to large closed source libraries!
Has anyone come across anything that could do the trick, or understand the JPEG file format (I think I probably mean the JFIF file format here) to tell me how I can run my own solution?
source
share