mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
34f51c4f76
EasyEXIF is a tiny, lightweight C++ library that parses basic information out of
EXIF files. It uses only the std::string library and is otherwise pure C++.
It is made of one .h file and one .cpp file.
This is a new dependency for the upcoming update of devel/vcglib[1]
[1] dd8c26474d
9 lines
398 B
Plaintext
9 lines
398 B
Plaintext
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 several of the most
|
|
important EXIF fields for you.
|
|
|
|
Why use this library? Include one .h file, compile one .cc file, and that's it.
|
|
|
|
WWW: https://github.com/mayanklahiri/easyexif
|