Skip to content

Commit 459caaa

Browse files
authored
Merge pull request #114 from ampas/fix/illuminant_from_ui
Looks like the illuminant_name from the UI was never passed through
2 parents ff4eece + 6a8d400 commit 459caaa

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
@@ -1350,6 +1350,7 @@ def compute_idt_prosumer_camera(
13501350
debayering_settings=debayering_settings,
13511351
encoding_colourspace=encoding_colourspace,
13521352
encoding_transfer_function=encoding_transfer_function,
1353+
illuminant=illuminant_name,
13531354
)
13541355
_IDT_GENERATOR_APPLICATION = IDTGeneratorApplication(
13551356
generator_name, project_settings

0 commit comments

Comments
 (0)