From 814e4187ebcbb5e1eba8ca4948e6b8aa9133fd40 Mon Sep 17 00:00:00 2001 From: demoulinv Date: Mon, 23 Jan 2023 18:24:07 +0100 Subject: [PATCH] [ImageProcessing node] Add applyDcpMetadata boolean parameter. --- meshroom/nodes/aliceVision/ImageProcessing.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/meshroom/nodes/aliceVision/ImageProcessing.py b/meshroom/nodes/aliceVision/ImageProcessing.py index 6e2cdb87..a5a6a2d9 100644 --- a/meshroom/nodes/aliceVision/ImageProcessing.py +++ b/meshroom/nodes/aliceVision/ImageProcessing.py @@ -374,6 +374,14 @@ Convert or apply filtering to the input images. 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',