MCPcopy Create free account
hub / github.com/darktable-org/rawspeed / getDecoderVersion

Method getDecoderVersion

src/librawspeed/decoders/NefDecoder.h:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55private:
56 int getDecoderVersion() const override { return 5; }
57 bool D100IsCompressed(uint32_t offset);
58 static bool NEFIsUncompressed(const TiffIFD* raw);
59 static bool NEFIsUncompressedRGB(const TiffIFD* raw);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected