imageProcessing: Replace ACES with ACES2065-1

This commit is contained in:
demoulinv 2022-10-05 17:49:20 +02:00 committed by Fabien Castan
parent ab0e132121
commit 8310051aa7

View file

@ -294,7 +294,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],
),