Skip to content

Commit 6a8d400

Browse files
committed
Looks like the illuminant_name from the UI was never passed through
1 parent ee1fe3c commit 6a8d400

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/idt_calculator_prosumer_camera.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1349,6 +1349,7 @@ def compute_idt_prosumer_camera(
13491349
debayering_settings=debayering_settings,
13501350
encoding_colourspace=encoding_colourspace,
13511351
encoding_transfer_function=encoding_transfer_function,
1352+
illuminant=illuminant_name,
13521353
)
13531354
_IDT_GENERATOR_APPLICATION = IDTGeneratorApplication(
13541355
generator_name, project_settings

0 commit comments

Comments
 (0)