MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / write

Function write

samples/write2-test.cpp:193–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193void write(const std::string& file, Exiv2::ExifData& ed) {
194 auto image = Exiv2::ImageFactory::open(file);
195
196 image->setExifData(ed);
197 image->writeMetadata();
198}
199
200void print(const std::string& file) {
201 auto image = Exiv2::ImageFactory::open(file);

Callers 10

mainFunction · 0.70
toStringMethod · 0.50
copyMethod · 0.50
sizeMethod · 0.50
printMethod · 0.50
munmapMethod · 0.50
transferMethod · 0.50
writeMethod · 0.50
ReadStdinMethod · 0.50
ReadDataUriMethod · 0.50

Calls 2

setExifDataMethod · 0.45
writeMetadataMethod · 0.45

Tested by

no test coverage detected