libopenraw
|
#include <tiffepfile.h>
Public Member Functions | |
TiffEpFile (IO::Stream *s, Type _type) | |
Protected Member Functions | |
virtual IFDDir::Ref | _locateCfaIfd () |
virtual IFDDir::Ref | _locateMainIfd () |
virtual ::or_error | _getRawData (RawData &data, uint32_t options) |
This is for TIFF EP conformant files. This include DNG, NEF, ERF
Definition at line 35 of file tiffepfile.h.
or_error OpenRaw::Internals::TiffEpFile::_getRawData | ( | RawData & | data, |
uint32_t | options | ||
) | [protected, virtual] |
TIFF EP files don't have RAW
Implements OpenRaw::RawFile.
Reimplemented in OpenRaw::Internals::DNGFile, and OpenRaw::Internals::ERFFile.
Definition at line 61 of file tiffepfile.cpp.