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

Method Cr2Image

src/cr2image.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19namespace Exiv2 {
20
21Cr2Image::Cr2Image(BasicIo::UniquePtr io, bool /*create*/) :
22 Image(ImageType::cr2, mdExif | mdIptc | mdXmp, std::move(io)) {
23} // Cr2Image::Cr2Image
24
25std::string Cr2Image::mimeType() const {
26 return "image/x-canon-cr2";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected