22 #ifndef OR_INTERNALS_ORF_CONTAINER_H_
23 #define OR_INTERNALS_ORF_CONTAINER_H_
25 #include <sys/types.h>
26 #include "io/stream.hpp"
27 #include "rawcontainer.hpp"
28 #include "ifdfilecontainer.hpp"
33 static const char ORF_SUBTYPE_16BPP =
'O';
34 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....