diff --git a/meshroom/nodes/aliceVision/ImageProcessing.py b/meshroom/nodes/aliceVision/ImageProcessing.py index 6e2cdb879d..a5a6a2d9b6 100644 --- a/meshroom/nodes/aliceVision/ImageProcessing.py +++ b/meshroom/nodes/aliceVision/ImageProcessing.py @@ -374,6 +374,14 @@ class ImageProcessing(desc.AVCommandLineNode): uid=[0], ), + desc.BoolParam( + name='applyDcpMetadata', + label='Apply DCP metadata', + description='If the image contains some DCP metadata then generate a DCP profile from them and apply it on the image content', + value=False, + uid=[0], + ), + desc.File( name='colorProfileDatabase', label='Color Profile Database',