[Node] imageProcessing: Add inputColorSpace option to force the color space of the input image.

This commit is contained in:
demoulinv 2023-10-09 17:50:43 +02:00
parent 11333e3281
commit 09c56ced71

View file

@ -462,6 +462,15 @@ Convert or apply filtering to the input images.
exclusive=True,
uid=[0],
),
desc.ChoiceParam(
name="inputColorSpace",
label="Input Color Space",
description="Allows you to force the color space of the input image.",
value="AUTO",
values=["AUTO", "sRGB", "rec709", "Linear", "ACES2065-1", "ACEScg", "no_conversion"],
exclusive=True,
uid=[0],
),
desc.ChoiceParam(
name="outputColorSpace",
label="Output Color Space",