23 #ifndef OR_INTERNALS_ORF_CONTAINER_H_
24 #define OR_INTERNALS_ORF_CONTAINER_H_
26 #include <sys/types.h>
28 #include "io/stream.hpp"
29 #include "rawcontainer.hpp"
30 #include "ifdfilecontainer.hpp"
35 static const char ORF_SUBTYPE_16BPP =
'O';
36 static const char ORF_SUBTYPE_12BPP =
'S';
virtual IfdFileContainer::EndianType isMagicHeader(const char *p, int len) override
CIFF is the container for CRW files. It is an attempt from Canon to make this a standard....