22#ifndef OR_INTERNALS_DNGFILE_H_
23#define OR_INTERNALS_DNGFILE_H_
27#include <libopenraw/consts.h>
31#include "io/stream.hpp"
32#include "tiffepfile.hpp"
44 static RawFile *factory(
const IO::Stream::Ptr &);
46 DngFile(
const IO::Stream::Ptr &);
49 DngFile(
const DngFile&) =
delete;
50 DngFile & operator=(
const DngFile&) =
delete;
57 virtual void _identifyId()
override;
virtual::or_error _getRawData(RawData &data, uint32_t options) override
CIFF is the container for CRW files. It is an attempt from Canon to make this a standard....