mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-10 23:01:59 +02:00
Merge pull request #1792 from alicevision/ColorSpaceManagement
Color space management
This commit is contained in:
commit
e158917a42
1 changed files with 8 additions and 1 deletions
|
@ -87,6 +87,13 @@ Convert or apply filtering to the input images.
|
|||
value=False,
|
||||
uid=[0],
|
||||
),
|
||||
desc.BoolParam(
|
||||
name='keepImageFilename',
|
||||
label='Keep Image Name',
|
||||
description='Keep original image name instead of view name',
|
||||
value=False,
|
||||
uid=[0],
|
||||
),
|
||||
desc.BoolParam(
|
||||
name='fixNonFinite',
|
||||
label='Fix Non-Finite',
|
||||
|
@ -294,7 +301,7 @@ Convert or apply filtering to the input images.
|
|||
label='Output Color Space',
|
||||
description='Allows you to choose the color space of the output image.',
|
||||
value='AUTO',
|
||||
values=['AUTO', 'sRGB', 'Linear', 'ACES', 'ACEScg'],
|
||||
values=['AUTO', 'sRGB', 'Linear', 'ACES2065-1', 'ACEScg'],
|
||||
exclusive=True,
|
||||
uid=[0],
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue