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

Method OrfImage

src/orfimage.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22using namespace Internal;
23
24OrfImage::OrfImage(BasicIo::UniquePtr io, bool create) :
25 TiffImage(/*ImageType::orf, mdExif | mdIptc | mdXmp,*/ std::move(io), create) {
26 setTypeSupported(ImageType::orf, mdExif | mdIptc | mdXmp);
27} // OrfImage::OrfImage
28
29std::string OrfImage::mimeType() const {
30 return "image/x-olympus-orf";

Callers

nothing calls this directly

Calls 1

setTypeSupportedFunction · 0.85

Tested by

no test coverage detected