numpyHDR/main.py

10 lines
229 B
Python
Raw Normal View History

import numpyHDR
#Testfile
hdr = numpyHDR.NumpyHDR()
2023-03-24 16:59:36 +01:00
liste = ['test_hdr0.jpg','test_hdr1.jpg', 'test_hdr2.jpg']
hdr.input_image = liste
2023-03-24 16:59:36 +01:00
hdr.output_path = 'hdr/fused_merten17'
hdr.compress_quality = 75
2023-03-24 16:59:36 +01:00
hdr.sequence(1, 1, 1, True)