Merge pull request #2219 from alicevision/dev/forceInputColorSpace

Input color space setting
This commit is contained in:
Candice Bentéjac 2023-10-16 14:28:12 +02:00 committed by GitHub
commit ec70373c7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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",