21#include <libopenraw/debug.h>
24#include "rw2container.hpp"
32Rw2Container::Rw2Container(
const IO::Stream::Ptr &_file, off_t _offset)
33 : IfdFileContainer(_file, _offset)
37Rw2Container::~Rw2Container()
47 if ((p[0] ==
'I') && (p[1] ==
'I')) {
48 if ((p[2] ==
'U') && (p[3] == 0)) {
50 LOGDBG1(
"Identified EL RW2 file.\n");
55 LOGERR(
"Unidentified RW2 file\n");
CIFF is the container for CRW files. It is an attempt from Canon to make this a standard....