mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 08:48:40 +02:00
[Node] panoramaWarping: Add output color space option
This commit is contained in:
parent
da0a1f4ca0
commit
97e31164fd
1 changed files with 9 additions and 0 deletions
|
@ -66,6 +66,15 @@ Compute the image warping for each input image in the panorama coordinate system
|
|||
enabled=lambda node: (node.estimateResolution.value),
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name='outputColorSpace',
|
||||
label='Output Color Space',
|
||||
description='Allows you to choose the color space of the output image.',
|
||||
value='Linear',
|
||||
values=['Linear', 'ACES2065-1', 'ACEScg', 'no_conversion'],
|
||||
exclusive=True,
|
||||
uid=[0],
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name='storageDataType',
|
||||
label='Storage Data Type',
|
||||
description='Storage image data type:\n'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue