mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-14 00:31:58 +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,
|
value=False,
|
||||||
uid=[0],
|
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(
|
desc.BoolParam(
|
||||||
name='fixNonFinite',
|
name='fixNonFinite',
|
||||||
label='Fix Non-Finite',
|
label='Fix Non-Finite',
|
||||||
|
@ -294,7 +301,7 @@ Convert or apply filtering to the input images.
|
||||||
label='Output Color Space',
|
label='Output Color Space',
|
||||||
description='Allows you to choose the color space of the output image.',
|
description='Allows you to choose the color space of the output image.',
|
||||||
value='AUTO',
|
value='AUTO',
|
||||||
values=['AUTO', 'sRGB', 'Linear', 'ACES', 'ACEScg'],
|
values=['AUTO', 'sRGB', 'Linear', 'ACES2065-1', 'ACEScg'],
|
||||||
exclusive=True,
|
exclusive=True,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue