|
RawSpeed
fast raw decoding library
|
#include "rawspeedconfig.h"#include "common/DngOpcodes.h"#include "adt/Casts.h"#include "adt/CroppedArray2DRef.h"#include "adt/Mutex.h"#include "adt/Optional.h"#include "adt/Point.h"#include "common/Common.h"#include "common/RawImage.h"#include "decoders/RawDecoderException.h"#include "io/Buffer.h"#include "io/ByteStream.h"#include "io/Endianness.h"#include <algorithm>#include <cassert>#include <cinttypes>#include <cmath>#include <cstdint>#include <cstdlib>#include <iterator>#include <limits>#include <memory>#include <tuple>#include <type_traits>#include <utility>#include <vector>#include <exception>Go to the source code of this file.
Namespaces | |
| namespace | rawspeed |
| namespace | rawspeed::anonymous_namespace{DngOpcodes.cpp} |
Functions | |
| template<typename T> | |
| iRectangle2D | rawspeed::anonymous_namespace{DngOpcodes.cpp}::getImageCropAsRectangle (CroppedArray2DRef< T > img) |
| iRectangle2D | rawspeed::anonymous_namespace{DngOpcodes.cpp}::getImageCropAsRectangle (const RawImage &ri) |
| template<typename T> | |
| CroppedArray2DRef< T > | rawspeed::anonymous_namespace{DngOpcodes.cpp}::getDataAsCroppedArray2DRef (const RawImage &ri) |