|
RawSpeed
fast raw decoding library
|
#include "rawspeedconfig.h"#include "adt/NORangesSet.h"#include "io/ByteStream.h"#include "tiff/CiffTag.h"#include <cstdint>#include <string>#include <string_view>#include <vector>Go to the source code of this file.
Classes | |
| class | rawspeed::CiffEntry |
Namespaces | |
| namespace | rawspeed |
Enumerations | |
| enum class | rawspeed::CiffDataType : uint16_t { rawspeed::BYTE = 0x0000 , rawspeed::ASCII = 0x0800 , rawspeed::SHORT = 0x1000 , rawspeed::LONG = 0x1800 , rawspeed::MIX = 0x2000 , rawspeed::SUB1 = 0x2800 , rawspeed::SUB2 = 0x3000 } |