libopenraw
|
Classes | |
class | NEFCompressionInfo |
Public Member Functions | |
NEFFile (IO::Stream *_f) | |
![]() | |
TiffEpFile (IO::Stream *s, Type _type) | |
Static Public Member Functions | |
static RawFile * | factory (IO::Stream *_f) |
static bool | isCompressed (RawContainer &container, uint32_t offset) |
Additional Inherited Members | |
![]() | |
typedef ::or_rawfile_type | Type |
typedef ::or_rawfile_typeid | TypeId |
![]() | |
typedef std::map< uint32_t, IFDThumbDesc > | ThumbLocations |
![]() | |
virtual IFDDir::Ref | _locateCfaIfd () |
virtual IFDDir::Ref | _locateMainIfd () |
virtual ::or_error | _getRawData (RawData &data, uint32_t options) |
![]() | |
ThumbLocations | m_thumbLocations |
IO::Stream * | m_io |
IFDFileContainer * | m_container |
IFDDir::Ref | m_cfaIfd |
IFDDir::Ref | m_mainIfd |
IFDDir::Ref | m_exifIfd |
|
static |
hack because some (lot?) D100 do set as compressed even though it is not
Definition at line 97 of file neffile.cpp.
References OpenRaw::Internals::RawContainer::fetchData().
Referenced by OpenRaw::Internals::IFDFile::_getRawDataFromDir().