mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-01 15:58:36 +02:00
[Nodes] Add rec709 option as output color space in ImageProcessing, PanoramaPostProcessing and Texturing nodes. In ImageProcessing rec709 option is also added as working color space.
This commit is contained in:
parent
f83db77bcd
commit
5e3b8a8213
3 changed files with 4 additions and 4 deletions
|
@ -36,7 +36,7 @@ Post process the panorama.
|
|||
label='Output Color Space',
|
||||
description='Allows you to choose the color space of the output image.',
|
||||
value='Linear',
|
||||
values=['sRGB', 'Linear', 'ACES2065-1', 'ACEScg'],
|
||||
values=['sRGB', 'rec709', 'Linear', 'ACES2065-1', 'ACEScg'],
|
||||
exclusive=True,
|
||||
uid=[0],
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue