mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-10 23:56:54 +02:00
[nodes] imageProcessing: output format option
Allows you to choose the output format (RGBA, RGB, Grayscale)
This commit is contained in:
parent
dcc41a6a7a
commit
fadb1b472f
1 changed files with 10 additions and 0 deletions
|
@ -237,6 +237,16 @@ Convert or apply filtering to the input images.
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
]),
|
]),
|
||||||
|
desc.ChoiceParam(
|
||||||
|
name='outputFormat',
|
||||||
|
label='Output Image Format',
|
||||||
|
description='Allows you to choose the format of the output image.',
|
||||||
|
value='rgba',
|
||||||
|
values=['rgba', 'rgb', 'grayscale'],
|
||||||
|
exclusive=True,
|
||||||
|
advanced=True,
|
||||||
|
uid=[0],
|
||||||
|
),
|
||||||
desc.ChoiceParam(
|
desc.ChoiceParam(
|
||||||
name='verboseLevel',
|
name='verboseLevel',
|
||||||
label='Verbose Level',
|
label='Verbose Level',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue