mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 17:57:16 +02:00
Update ImageProcessing node adding ACES and ACEScg in output color space menu.
This commit is contained in:
parent
5c8c1e5d06
commit
32370d1670
1 changed files with 9 additions and 0 deletions
|
@ -289,6 +289,15 @@ Convert or apply filtering to the input images.
|
|||
exclusive=True,
|
||||
uid=[0],
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name='outputColorSpace',
|
||||
label='Output Color Space',
|
||||
description='Allows you to choose the color space of the output image.',
|
||||
value='AUTO',
|
||||
values=['AUTO', 'sRGB', 'Linear', 'ACES', 'ACEScg'],
|
||||
exclusive=True,
|
||||
uid=[0],
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name='storageDataType',
|
||||
label='Storage Data Type for EXR output',
|
||||
|
|
Loading…
Add table
Reference in a new issue