26#ifndef OR_INTERNALS_JFIFCONTAINER_H_
27#define OR_INTERNALS_JFIFCONTAINER_H_
36#include "io/stream.hpp"
37#include "rawcontainer.hpp"
49class IfdFileContainer;
59 bool getDimensions(uint32_t &x, uint32_t &y);
77 struct jpeg_decompress_struct m_cinfo;
78 struct jpeg_error_mgr m_jerr;
81 std::unique_ptr<IfdFileContainer> m_ifd;
IfdDir::Ref getIfdDirAt(int idx)
std::unique_ptr< IfdFileContainer > & ifdContainer()
CIFF is the container for CRW files. It is an attempt from Canon to make this a standard....