diff --git a/meshroom/nodes/aliceVision/ImageProcessing.py b/meshroom/nodes/aliceVision/ImageProcessing.py index f2079f2b..e276c365 100644 --- a/meshroom/nodes/aliceVision/ImageProcessing.py +++ b/meshroom/nodes/aliceVision/ImageProcessing.py @@ -289,6 +289,15 @@ Convert or apply filtering to the input images. exclusive=True, uid=[0], ), + desc.ChoiceParam( + name='outputColorSpace', + label='Output Color Space', + description='Allows you to choose the color space of the output image.', + value='AUTO', + values=['AUTO', 'sRGB', 'Linear', 'ACES', 'ACEScg'], + exclusive=True, + uid=[0], + ), desc.ChoiceParam( name='storageDataType', label='Storage Data Type for EXR output',