mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-02 19:56:46 +02:00
Merge pull request #2219 from alicevision/dev/forceInputColorSpace
Input color space setting
This commit is contained in:
commit
ec70373c7b
1 changed files with 9 additions and 0 deletions
|
@ -462,6 +462,15 @@ Convert or apply filtering to the input images.
|
||||||
exclusive=True,
|
exclusive=True,
|
||||||
uid=[0],
|
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(
|
desc.ChoiceParam(
|
||||||
name="outputColorSpace",
|
name="outputColorSpace",
|
||||||
label="Output Color Space",
|
label="Output Color Space",
|
||||||
|
|
Loading…
Add table
Reference in a new issue