Update ImageProcessing node adding ACES and ACEScg in output color space menu.

This commit is contained in:
demoulinv 2022-04-21 18:40:45 +02:00
parent 5c8c1e5d06
commit 32370d1670

View file

@ -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',