MVE - Multi-View Environment mve-devel
|
Go to the source code of this file.
Classes | |
struct | mve::image::ExifInfo |
EXIF information. More... | |
Namespaces | |
namespace | mve |
Multi-View Environment library. | |
namespace | mve::image |
Image tools, loading and processing functions. | |
Functions | |
void | mve::image::exif_debug_print (std::ostream &stream, ExifInfo const &exif, bool indent=false) |
Prints the EXIF information to stream. | |
ExifInfo | mve::image::exif_extract (char const *data, std::size_t len, bool is_jpeg=false) |
Function to extract a (selected) EXIF tags from binary data. | |