[nodes] imageProcessing: output format option

Allows you to choose the output format (RGBA, RGB, Grayscale)
This commit is contained in:
Enguerrand DE SMET 2020-07-02 17:02:26 +02:00
parent dcc41a6a7a
commit fadb1b472f

View file

@ -237,6 +237,16 @@ Convert or apply filtering to the input images.
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(
name='verboseLevel',
label='Verbose Level',