1.3.77
 
Loading...
Searching...
No Matches
exif_writer.h
Go to the documentation of this file.
1
16#ifndef HELIOS_EXIF_WRITER_H
17#define HELIOS_EXIF_WRITER_H
18
19#include <vector>
20
21#include "image_metadata.h"
22
23namespace helios::detail {
24
26
35 std::vector<unsigned char> buildEXIFAppSegment(const ImageEXIFData &m);
36
38
47 std::vector<unsigned char> buildXMPAppSegment(const ImageEXIFData &m);
48
49}
50
51#endif