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

Method BmpImage

src/bmpimage.cpp:22–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20// class member definitions
21namespace Exiv2 {
22BmpImage::BmpImage(BasicIo::UniquePtr io) : Image(ImageType::bmp, mdNone, std::move(io)) {
23}
24
25std::string BmpImage::mimeType() const {
26 // "image/bmp" is a Generic Bitmap

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected