| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected