MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
image_exif.h File Reference
#include <iostream>
#include <string>
#include "mve/defines.h"
Include dependency graph for image_exif.h:
This graph shows which files directly or indirectly include this file:

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.