|
libopenraw
|
Public Member Functions | |
| Cr2File (IO::Stream *s) | |
Public Member Functions inherited from OpenRaw::RawFile | |
| 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 *s) |
Static Public Member Functions inherited from OpenRaw::RawFile | |
| 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) |
Protected Member Functions | |
| virtual IFDDir::Ref | _locateCfaIfd () |
| virtual IFDDir::Ref | _locateMainIfd () |
Protected Member Functions inherited from OpenRaw::Internals::IFDFile | |
| 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) |
Protected Member Functions inherited from OpenRaw::RawFile | |
| RawFile (IO::Stream *s, Type _type) | |
| void | _setTypeId (TypeId _type_id) |
| TypeId | _typeIdFromModel (const std::string &model) |
| void | _setIdMap (const camera_ids_t *map) |
Additional Inherited Members | |
Public Types inherited from OpenRaw::RawFile | |
| typedef ::or_rawfile_type | Type |
| typedef ::or_rawfile_typeid | TypeId |
Protected Types inherited from OpenRaw::Internals::IFDFile | |
| typedef std::map< uint32_t, IFDThumbDesc > | ThumbLocations |
Protected Attributes inherited from OpenRaw::Internals::IFDFile | |
| ThumbLocations | m_thumbLocations |
| IO::Stream * | m_io |
| IFDFileContainer * | m_container |
| IFDDir::Ref | m_cfaIfd |
| IFDDir::Ref | m_mainIfd |
| IFDDir::Ref | m_exifIfd |
1.8.14