1#ifndef GPSREADEREXIFPNG_H
2#define GPSREADEREXIFPNG_H
5#include "metadatamanager.h"
28 bool parseDataImage(std::vector<std::string> paths,
bool interpolate);
31 QString m_name =
"GPSReaderExifPNG";
Definition gpsreaderexifpng.h:11
bool parseDataImage(std::vector< std::string > paths, bool interpolate)
parseData Tries to load meta data from the given file
Definition gpsreaderexifpng.cpp:19
QString getName()
getName Returns name of meta data
Definition gpsreaderexifpng.cpp:13
Interface for classes wich loaded meta files containing GPS data.
Definition gpsreader.h:26