diff --git a/meshroom/nodes/aliceVision/ImageProcessing.py b/meshroom/nodes/aliceVision/ImageProcessing.py index b1ee37c667..9fd290a16d 100644 --- a/meshroom/nodes/aliceVision/ImageProcessing.py +++ b/meshroom/nodes/aliceVision/ImageProcessing.py @@ -462,6 +462,15 @@ class ImageProcessing(desc.AVCommandLineNode): exclusive=True, uid=[0], ), + desc.ChoiceParam( + name="inputColorSpace", + label="Input Color Space", + description="Allows you to force the color space of the input image.", + value="AUTO", + values=["AUTO", "sRGB", "rec709", "Linear", "ACES2065-1", "ACEScg", "no_conversion"], + exclusive=True, + uid=[0], + ), desc.ChoiceParam( name="outputColorSpace", label="Output Color Space",