Exiv2
Namespaces | Functions
image_int.hpp File Reference

Internal image helpers. More...

#include "types.hpp"
#include <string>
+ Include dependency graph for image_int.hpp:

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,...)
 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() .
 

Detailed Description

Internal image helpers.

Version
Rev
3777
Author
Andreas Huggel (ahu) ahuggel@gmx.net
Date
10-May-15, ahu: created