#include "image.hpp"
#include "basicio.hpp"
#include "types.hpp"
#include <string>
Include dependency graph for xmpsidecar.hpp:
Namespaces | |
namespace | Exiv2 |
namespace | Exiv2::ImageType |
Classes | |
class | Exiv2::XmpSidecar |
Class to access XMP sidecar files. They contain only XMP metadata. More... | |
Functions | |
EXIV2API Image::AutoPtr | newXmpInstance (BasicIo::AutoPtr io, bool create) |
Create a new XmpSidecar instance and return an auto-pointer to it. Caller owns the returned object and the auto-pointer ensures that it will be deleted. | |
EXIV2API bool | isXmpType (BasicIo &iIo, bool advance) |
Check if the file iIo is an XMP sidecar file. | |
Variables | |
const int | xmp = 10 |
XMP sidecar files (see class XmpSidecar). |