MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Namespaces | Functions
image_exif.cc File Reference
#include <iostream>
#include <stdexcept>
#include <cmath>
#include <limits>
#include "util/system.h"
#include "util/strings.h"
#include "mve/image_exif.h"
Include dependency graph for image_exif.cc:

Go to the source code of this file.

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.