22 #ifndef OR_INTERNALS_RAFCONTAINER_H_ 23 #define OR_INTERNALS_RAFCONTAINER_H_ 28 #include "io/stream.hpp" 29 #include "rawcontainer.hpp" 36 class IfdFileContainer;
37 class RafMetaContainer;
58 const std::string & getModel();
62 uint32_t getJpegOffset()
const 64 return m_offsetDirectory.jpegOffset;
66 uint32_t getJpegLength()
const 68 return m_offsetDirectory.jpegLength;
70 uint32_t getCfaOffset()
const 72 return m_offsetDirectory.cfaOffset;
74 uint32_t getCfaLength()
const 76 return m_offsetDirectory.cfaLength;
CIFF is the container for CRW files. It is an attempt from Canon to make this a standard. I guess it failed.