RawSpeed
fast raw decoding library
Loading...
Searching...
No Matches
CiffEntry.h File Reference
#include "rawspeedconfig.h"
#include "adt/NORangesSet.h"
#include "io/ByteStream.h"
#include "tiff/CiffTag.h"
#include <cstdint>
#include <string>
#include <string_view>
#include <vector>
Include dependency graph for CiffEntry.h:
This graph shows which files directly or indirectly include this file:

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
}