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

Go to the source code of this file.

Classes

class  rawspeed::TiffEntry
class  rawspeed::TiffEntryWithData

Namespaces

namespace  rawspeed

Enumerations

enum class  rawspeed::TiffDataType : uint8_t {
  rawspeed::NOTYPE = 0 , rawspeed::BYTE = 1 , rawspeed::ASCII = 2 , rawspeed::SHORT = 3 ,
  rawspeed::LONG = 4 , rawspeed::RATIONAL = 5 , rawspeed::SBYTE = 6 , rawspeed::UNDEFINED = 7 ,
  rawspeed::SSHORT = 8 , rawspeed::SLONG = 9 , rawspeed::SRATIONAL = 10 , rawspeed::FLOAT = 11 ,
  rawspeed::DOUBLE = 12 , rawspeed::OFFSET = 13
}