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

Method Rw2Image

src/rw2image.cpp:26–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24using namespace Internal;
25
26Rw2Image::Rw2Image(BasicIo::UniquePtr io) : Image(ImageType::rw2, mdExif | mdIptc | mdXmp, std::move(io)) {
27} // Rw2Image::Rw2Image
28
29std::string Rw2Image::mimeType() const {
30 return "image/x-panasonic-rw2";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected