TuttleOFX  1
DPXWriterDefinitions.hpp File Reference
Include dependency graph for DPXWriterDefinitions.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  tuttle
 

This file provides a set of reimplementations of CImg functions by means of the generic image library (gil). Functions for image blurring.


namespace  tuttle::plugin
namespace  tuttle::plugin::dpx
namespace  tuttle::plugin::dpx::writer

Enumerations

enum  tuttle::plugin::dpx::writer::ETuttlePluginBitDepth {
  tuttle::plugin::dpx::writer::eTuttlePluginBitDepth8 = 0, tuttle::plugin::dpx::writer::eTuttlePluginBitDepth10, tuttle::plugin::dpx::writer::eTuttlePluginBitDepth12, tuttle::plugin::dpx::writer::eTuttlePluginBitDepth16,
  tuttle::plugin::dpx::writer::eTuttlePluginBitDepth32, tuttle::plugin::dpx::writer::eTuttlePluginBitDepth64
}

Variables

static const std::string tuttle::plugin::dpx::writer::kParamDescriptorHint = "auto: Luma for 1 channel, RGB for 3 channels and RGBA for 4 channels\n"
static const std::string tuttle::plugin::dpx::writer::kParamDescriptorUserDefinedDescriptor = "userDefined"
static const std::string tuttle::plugin::dpx::writer::kParamDescriptorRed = "red"
static const std::string tuttle::plugin::dpx::writer::kParamDescriptorGreen = "green"
static const std::string tuttle::plugin::dpx::writer::kParamDescriptorBlue = "blue"
static const std::string tuttle::plugin::dpx::writer::kParamDescriptorAlpha = "alpha"
static const std::string tuttle::plugin::dpx::writer::kParamDescriptorLuma = "luma / Y"
static const std::string tuttle::plugin::dpx::writer::kParamDescriptorColorDifference = "colorDifference"
static const std::string tuttle::plugin::dpx::writer::kParamDescriptorDepth = "depth"
static const std::string tuttle::plugin::dpx::writer::kParamDescriptorCompositeVideo = "compositeVideo"
static const std::string tuttle::plugin::dpx::writer::kParamDescriptorRGB = "rgb"
static const std::string tuttle::plugin::dpx::writer::kParamDescriptorRGBA = "rgba"
static const std::string tuttle::plugin::dpx::writer::kParamDescriptorABGR = "abgr"
static const std::string tuttle::plugin::dpx::writer::kParamDescriptorCbYCrY = "cbycry (4:2:2)"
static const std::string tuttle::plugin::dpx::writer::kParamDescriptorCbYACrYA = "cbyacrya (4:2:2:4)"
static const std::string tuttle::plugin::dpx::writer::kParamDescriptorCbYCr = "cbycr (4:4:4)"
static const std::string tuttle::plugin::dpx::writer::kParamDescriptorCbYCrA = "cbycra (4:4:4:4)"
static const std::string tuttle::plugin::dpx::writer::kParamDescriptorUserDefined2Comp = "2componentElement"
static const std::string tuttle::plugin::dpx::writer::kParamDescriptorUserDefined3Comp = "3componentElement"
static const std::string tuttle::plugin::dpx::writer::kParamDescriptorUserDefined4Comp = "4componentElement"
static const std::string tuttle::plugin::dpx::writer::kParamDescriptorUserDefined5Comp = "5componentElement"
static const std::string tuttle::plugin::dpx::writer::kParamDescriptorUserDefined6Comp = "6componentElement"
static const std::string tuttle::plugin::dpx::writer::kParamDescriptorUserDefined7Comp = "7componentElement"
static const std::string tuttle::plugin::dpx::writer::kParamDescriptorUserDefined8Comp = "8componentElement"
static const std::string tuttle::plugin::dpx::writer::kParamDescriptorUndefinedDescriptor = "undefined"
static const std::string tuttle::plugin::dpx::writer::kParamDescriptorAuto = "auto"
static const std::string tuttle::plugin::dpx::writer::kParamCharacteristicHint = "* transfer only\n"
static const std::string tuttle::plugin::dpx::writer::kParamTransfer = "transfer"
static const std::string tuttle::plugin::dpx::writer::kParamTransferLabel = "Transfer"
static const std::string tuttle::plugin::dpx::writer::kParamTransferHint = "Transfer\n" + kParamCharacteristicHint
static const std::string tuttle::plugin::dpx::writer::kParamColorimetric = "colorimetric"
static const std::string tuttle::plugin::dpx::writer::kParamColorimetricLabel = "Colorimetric"
static const std::string tuttle::plugin::dpx::writer::kParamColorimetricHint = "Colorimetric\n" + kParamCharacteristicHint
static const std::string tuttle::plugin::dpx::writer::kParamCharacteristicUserDefined = "userDefined"
static const std::string tuttle::plugin::dpx::writer::kParamCharacteristicPrintingDensity = "printingDensity"
static const std::string tuttle::plugin::dpx::writer::kParamCharacteristicLinear = "linear *"
static const std::string tuttle::plugin::dpx::writer::kParamCharacteristicLogarithmic = "logarithmic *"
static const std::string tuttle::plugin::dpx::writer::kParamCharacteristicUnspecifiedVideo = "unspecifiedVideo"
static const std::string tuttle::plugin::dpx::writer::kParamCharacteristicSMPTE274M = "smpte-274m"
static const std::string tuttle::plugin::dpx::writer::kParamCharacteristicITUR709 = "itu-r709-4"
static const std::string tuttle::plugin::dpx::writer::kParamCharacteristicITUR601 = "itu-r601-5system-b-or-g"
static const std::string tuttle::plugin::dpx::writer::kParamCharacteristicITUR602 = "itu-r601-5system-m"
static const std::string tuttle::plugin::dpx::writer::kParamCharacteristicNTSCCompositeVideo = "ntsc"
static const std::string tuttle::plugin::dpx::writer::kParamCharacteristicPALCompositeVideo = "pal"
static const std::string tuttle::plugin::dpx::writer::kParamCharacteristicZLinear = "zdepthlinear *"
static const std::string tuttle::plugin::dpx::writer::kParamCharacteristicZHomogeneous = "zdepthhomogeneous *"
static const std::string tuttle::plugin::dpx::writer::kParamCharacteristicUndefinedCharacteristic = "undefined"
static const std::string tuttle::plugin::dpx::writer::kParamPacked = "packed"
static const std::string tuttle::plugin::dpx::writer::kParamPackedLabel = "Packed"
static const std::string tuttle::plugin::dpx::writer::kParamPackedHint = "Packed or filled mode into 32-bit words"
static const std::string tuttle::plugin::dpx::writer::kParamPackedPacked = "packed"
static const std::string tuttle::plugin::dpx::writer::kParamPackedMethodA = "a"
static const std::string tuttle::plugin::dpx::writer::kParamPackedMethodB = "b (deprecated)"
static const std::string tuttle::plugin::dpx::writer::kParamSwapEndian = "swapendian"
static const std::string tuttle::plugin::dpx::writer::kParamSwapEndianLabel = "Swap Endian"
static const std::string tuttle::plugin::dpx::writer::kParamSwapEndianHint = "Swap endian"
static const std::string tuttle::plugin::dpx::writer::kParamEncoding = "encoding"
static const std::string tuttle::plugin::dpx::writer::kParamEncodingLabel = "Encoding"
static const std::string tuttle::plugin::dpx::writer::kParamEncodingHint = "Encoding mode: no encoding (none) or Run Length Encoding (rle)"
static const std::string tuttle::plugin::dpx::writer::kParamEncodingNone = "none"
static const std::string tuttle::plugin::dpx::writer::kParamEncodingRle = "rle"
static const std::string tuttle::plugin::dpx::writer::kParamOrientation = "orientation"
static const std::string tuttle::plugin::dpx::writer::kParamOrientationLabel = "Orientation"
static const std::string tuttle::plugin::dpx::writer::kParamOrientationHint = "Orientation mode: select image orientation"
static const std::string tuttle::plugin::dpx::writer::kParamOrientationLeftToRightTopToBottom = "lefttorighttoptobottom"
static const std::string tuttle::plugin::dpx::writer::kParamOrientationRightToLeftTopToBottom = "righttolefttoptobottom"
static const std::string tuttle::plugin::dpx::writer::kParamOrientationLeftToRightBottomToTop = "bottomtotoplefttorightbtt"
static const std::string tuttle::plugin::dpx::writer::kParamOrientationRightToLeftBottomToTop = "bottomtotoprighttoleft"
static const std::string tuttle::plugin::dpx::writer::kParamOrientationTopToBottomLeftToRight = "toptobottomlefttoright"
static const std::string tuttle::plugin::dpx::writer::kParamOrientationTopToBottomRightToLeft = "toptobottomrighttoleft"
static const std::string tuttle::plugin::dpx::writer::kParamOrientationBottomToTopLeftToRight = "bottomtotoplefttoright"
static const std::string tuttle::plugin::dpx::writer::kParamOrientationBottomToTopRightToLeft = "bottomtotoprighttoleft"
static const std::string tuttle::plugin::dpx::writer::kParamOrientationUndefinedOrientation = "undefined"
static const std::string tuttle::plugin::dpx::writer::kParamProject = "project"
static const std::string tuttle::plugin::dpx::writer::kParamCopyright = "copyright"