libopenraw
|
Classes | |
class | NEFCompressionInfo |
Public Member Functions | |
NEFFile (IO::Stream *_f) | |
![]() | |
TiffEpFile (IO::Stream *s, Type _type) | |
![]() | |
virtual | ~RawFile () |
Type | type () const |
TypeId | typeId () |
const std::vector< uint32_t > & | listThumbnailSizes (void) |
::or_error | getThumbnail (uint32_t size, Thumbnail &thumbnail) |
::or_error | getRawData (RawData &rawdata, uint32_t options) |
::or_error | getRenderedImage (BitmapData &bitmapdata, uint32_t options) |
int32_t | getOrientation () |
const MetaValue * | getMetaValue (int32_t meta_index) |
Static Public Member Functions | |
static RawFile * | factory (IO::Stream *_f) |
static bool | isCompressed (RawContainer &container, uint32_t offset) |
![]() | |
static const char ** | fileExtensions () |
static RawFile * | newRawFile (const char *_filename, Type _typeHint=OR_RAWFILE_TYPE_UNKNOWN) |
static RawFile * | newRawFileFromMemory (const uint8_t *buffer, uint32_t len, Type _typeHint=OR_RAWFILE_TYPE_UNKNOWN) |
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) |
![]() | |
IFDFile (IO::Stream *s, Type _type, bool instantiateContainer=true) | |
virtual ::or_error | _enumThumbnailSizes (std::vector< uint32_t > &list) |
virtual ::or_error | _locateThumbnail (const IFDDir::Ref &dir, std::vector< uint32_t > &list) |
::or_error | _getRawDataFromDir (RawData &data, IFDDir::Ref &dir) |
virtual IFDDir::Ref | _locateExifIfd () |
virtual void | _identifyId () |
virtual MetaValue * | _getMetaValue (int32_t meta_index) |
![]() | |
RawFile (IO::Stream *s, Type _type) | |
void | _setTypeId (TypeId _type_id) |
TypeId | _typeIdFromModel (const std::string &model) |
void | _setIdMap (const camera_ids_t *map) |
![]() | |
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().