mirror of
https://github.com/nothings/stb.git
synced 2026-02-27 13:04:56 +00:00
EasyEXIF is a tiny, lightweight C++ library that parses basic information out of JPEG files. It uses only the std::string library and is otherwise pure C++. You pass it the binary contents of a JPEG file, and it parses out a few of the most important EXIF fields for you.