Exiv2
|
Internal image helpers. More...
Namespaces | |
Exiv2 | |
Provides classes and functions to encode and decode Exif and Iptc data. The libexiv2 API consists of the objects of this namespace. | |
Exiv2::Internal | |
Contains internal objects which are not published and are not part of the libexiv2 API. | |
Functions | |
std::string | Exiv2::Internal::stringFormat (const char *format,...) ATTRIBUTE_FORMAT_PRINTF |
format a string in the pattern of sprintf . | |
std::string | Exiv2::Internal::binaryToString (DataBuf &buf, size_t size, size_t start=0) |
format binary for display in printStructure() . | |
std::string | Exiv2::Internal::binaryToString (const byte *buff, size_t size, size_t start) |
format binary for display in printStructure() . | |
std::string | Exiv2::Internal::binaryToHex (const byte *data, size_t size) |
format binary for display of raw data . | |
std::string | Exiv2::Internal::indent (int32_t depth) |
indent output for kpsRecursive in printStructure() . | |
Internal image helpers.