|
RawSpeed
fast raw decoding library
|
#include <cstdint>#include <initializer_list>Go to the source code of this file.
Namespaces | |
| namespace | rawspeed |
Enumerations | |
| enum class | rawspeed::CiffTag : uint16_t { rawspeed::NULL_TAG = 0x0000 , rawspeed::MAKEMODEL = 0x080a , rawspeed::SHOTINFO = 0x102a , rawspeed::WHITEBALANCE = 0x10a9 , rawspeed::SENSORINFO = 0x1031 , rawspeed::IMAGEINFO = 0x1810 , rawspeed::DECODERTABLE = 0x1835 , rawspeed::RAWDATA = 0x2005 , rawspeed::SUBIFD = 0x300a , rawspeed::EXIF = 0x300b } |
Variables | |
| static constexpr std::initializer_list< CiffTag > | rawspeed::CiffTagsWeCareAbout |