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

Method getDecoderVersion

src/librawspeed/decoders/ArwDecoder.h:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 void ParseA100WB();
50
51 int getDecoderVersion() const override { return 1; }
52 RawImage decodeSRF(const TiffIFD* raw);
53 void DecodeARW2(const ByteStream& input, uint32_t w, uint32_t h,
54 uint32_t bpp);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected