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