mirror of
https://github.com/nothings/stb.git
synced 2026-05-08 13:11:57 +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.