RawSpeed
fast raw decoding library
Loading...
Searching...
No Matches
RawImage.h File Reference
#include "rawspeedconfig.h"
#include "ThreadSafetyAnalysis.h"
#include "adt/AlignedAllocator.h"
#include "adt/Array2DRef.h"
#include "adt/Casts.h"
#include "adt/CroppedArray2DRef.h"
#include "adt/DefaultInitAllocatorAdaptor.h"
#include "adt/Mutex.h"
#include "adt/NotARational.h"
#include "adt/Optional.h"
#include "adt/Point.h"
#include "common/Common.h"
#include "common/ErrorLog.h"
#include "common/TableLookUp.h"
#include "metadata/BlackArea.h"
#include "metadata/ColorFilterArray.h"
#include <array>
#include <cassert>
#include <cmath>
#include <cstddef>
#include <cstdint>
#include <memory>
#include <string>
#include <utility>
#include <vector>
Include dependency graph for RawImage.h:

Go to the source code of this file.

Classes

class  rawspeed::RawImageWorker
class  rawspeed::RawImageData
class  rawspeed::RawImageDataU16
class  rawspeed::RawImageDataFloat
class  rawspeed::RawImage
class  rawspeed::RawImageCurveGuard

Namespaces

namespace  rawspeed

Enumerations

enum class  rawspeed::RawImageType : uint8_t { rawspeed::UINT16 , rawspeed::F32 }