mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 02:08:08 +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,
|
||||
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",
|
||||
|
|
Loading…
Add table
Reference in a new issue