25 #include <sys/types.h>
31 #include "io/stream.hpp"
32 #include "rawcontainer.hpp"
44 class IfdFileContainer;
57 bool getDimensions(uint32_t &x, uint32_t &y);
79 struct jpeg_decompress_struct m_cinfo;
80 struct jpeg_error_mgr m_jerr;
83 std::unique_ptr<IfdFileContainer> m_ifd;
Represent some bitmap data.
std::shared_ptr< Stream > Ptr
std::shared_ptr< IfdDir > Ref
Shared ptr of an IfdDir.
IfdDir::Ref getIfdDirAt(int idx)
size_t exifOffset() const
std::unique_ptr< IfdFileContainer > & ifdContainer()
Generic interface for the RAW file container.
Global namespace for libopenraw.