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