mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-27 05:27:28 +02:00
[ImageProcessing node] Add applyDcpMetadata boolean parameter.
This commit is contained in:
parent
56fe514582
commit
814e4187eb
1 changed files with 8 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue