.. index:: pair: struct; P1::ImageSdkC::ConvertConfig .. _doxid-struct_p1_1_1_image_sdk_c_1_1_convert_config: struct P1::ImageSdkC::ConvertConfig =================================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct ConvertConfig { // fields bool :target:`scale` = false; double :target:`scaleFactor` = 0.0; int32_t :target:`dstWidth` = 0; int32_t :target:`dstHeight` = 0; :ref:`BitmapImageRepFormat` :target:`outputFormat` = :ref:`kBitmapFormat_Unknown`; :ref:`BitmapColorSpace` :target:`outputColorSpace` = :ref:`kBitmapColorSpace_sRGB`; :ref:`P1::ImageSdk::CanvasClip` :target:`canvasClip` = :ref:`P1::ImageSdk::CanvasClipMaintainDimensions`; bool :target:`crop` = false; int32_t :target:`x` = 0; int32_t :target:`y` = 0; int32_t :target:`width` = 0; int32_t :target:`height` = 0; bool :target:`contrastEnabled` = false; float :target:`contrast` = 0.0; bool :target:`brightnessEnabled` = false; float :target:`brightness` = 0; bool :target:`saturationEnabled` = false; float :target:`saturation` = 0; bool :target:`exposureEnabled` = false; float :target:`exposure` = 0; bool :target:`gainEnabled` = false; float :target:`gain` = 1.0; bool :target:`blackLevelEnabled` = false; float :target:`blackLevelRed` = 0.0; float :target:`blackLevelGreen` = 0.0; float :target:`blackLevelBlue` = 0.0; bool :target:`midtoneLevelEnabled` = false; float :target:`midtoneLevelRed` = 0.0; float :target:`midtoneLevelGreen` = 0.0; float :target:`midtoneLevelBlue` = 0.0; bool :target:`whiteLevelEnabled` = false; float :target:`whiteLevelRed` = 1.0; float :target:`whiteLevelGreen` = 1.0; float :target:`whiteLevelBlue` = 1.0; bool :target:`blackLevelTargetEnabled` = false; float :target:`blackLevelTargetRed` = 0.0; float :target:`blackLevelTargetGreen` = 0.0; float :target:`blackLevelTargetBlue` = 0.0; bool :target:`whiteLevelTargetEnabled` = false; float :target:`whiteLevelTargetRed` = 1.0; float :target:`whiteLevelTargetGreen` = 1.0; float :target:`whiteLevelTargetBlue` = 1.0; bool :target:`colorBalanceShadowEnabled` = false; float :target:`colorBalanceShadowRed` = 1.0; float :target:`colorBalanceShadowGreen` = 1.0; float :target:`colorBalanceShadowBlue` = 1.0; bool :target:`colorBalanceMidtoneEnabled` = false; float :target:`colorBalanceMidtoneRed` = 1.0; float :target:`colorBalanceMidtoneGreen` = 1.0; float :target:`colorBalanceMidtoneBlue` = 1.0; bool :target:`colorBalanceHighlightEnabled` = false; float :target:`colorBalanceHighlightRed` = 1.0; float :target:`colorBalanceHighlightGreen` = 1.0; float :target:`colorBalanceHighlightBlue` = 1.0; bool :target:`sharpeningEnabled` = false; float :target:`sharpeningAmount` = 0.0f; float :target:`sharpeningRadius` = 0.8f; float :target:`sharpeningThreshold` = 0.0f; float :target:`haloSuppressionAmount` = 0.0f; bool :target:`noiseReductionEnabled` = false; float :target:`luminanceNoiseReductionAmount` = 0.0f; float :target:`colorNoiseReductionAmount` = 0.0f; bool :target:`noiseReductionSinglePixelEnabled` = false; bool :target:`noiseModelEnabled` = false; float :target:`noiseModelP1` = 5.0f; float :target:`noiseModelP2` = 1.0f; bool :target:`clarityEnabled` = false; int :target:`clarityMethod` = 0; float :target:`clarityFactor` = 0.0f; bool :target:`shadowRecoveryEnabled` = false; float :target:`shadowRecovery` = 0.0f; bool :target:`highlightRecoveryEnabled` = false; float :target:`highlightRecovery` = 0.0f; size_t :target:`redCurveTableSize` = 0; double* :target:`redCurve` = nullptr; size_t :target:`greenCurveTableSize` = 0; double* :target:`greenCurve` = nullptr; size_t :target:`blueCurveTableSize` = 0; double* :target:`blueCurve` = nullptr; size_t :target:`lumaCurveTableSize` = 0; double* :target:`lumaCurve` = nullptr; size_t :target:`rgbCurveTableSize` = 0; double* :target:`rgbCurve` = nullptr; bool :target:`whiteBalanceGainEnabled` = false; float :target:`whiteBalanceGainRed` = 0.0; float :target:`whiteBalanceGainGreen` = 0.0; float :target:`whiteBalanceGainBlue` = 0.0; int :target:`whiteBalanceMode` = 1; bool :target:`geometricCorrectionEnabled` = false; :ref:`GeometricCorrection` :target:`geometricCorrection`; bool :target:`geometricCorrectionCompensationEnabled` = false; float :target:`geometricCompensationPressure` = 0.0f; bool :target:`lightFalloffCorrectionEnabled` = false; bool :target:`chromaticAberrationCorrectionEnabled` = false; bool :target:`exposureWarningMaskEnabled` = false; float :target:`exposureWarningThresholdOver` = 1.0f; float :target:`exposureWarningThresholdUnder` = 0.0f; bool :target:`clipWarningMaskEnabled` = false; int :target:`clipWarningCount` = -1; int :target:`dualExposureOutput` = 0; bool :target:`enableLinearPath` = false; :ref:`OrientationMode` :target:`orientationMode` = OrientationMode::rotateAuto; bool :target:`polynomialTransformEnabled` = false; bool :target:`polynomialTransformNormalized` = false; float :target:`polynomial_ax` = 0.f; float :target:`polynomial_bx` = 0.f; float :target:`polynomial_cx` = 1.f; float :target:`polynomial_ay` = 0.f; float :target:`polynomial_by` = 0.f; float :target:`polynomial_cy` = 1.f; // methods bool :target:`toJSON`(:ref:`json`& jsonStream) const; bool :target:`fromJSON`(const :ref:`json` jsonStream); void :target:`freeElements`(); void :target:`DeepCopy`(const ConvertConfig& other); ConvertConfig& :target:`operator =` (const ConvertConfig& other); };