Add comment concerning printing {min,max}Color

This commit is contained in:
Benjamin Loison 2024-04-16 16:48:29 +02:00
parent 8ca1972ddb
commit a6ef3977dd
No known key found for this signature in database

View File

@ -80,6 +80,8 @@ def treatImage(imageFileName, computeExtremes = False):
for imageFileName in tqdm(imagesFileNames, 'Computing extremes of images'):
treatImage(imageFileName, computeExtremes = True)
# To skip this step next time.
# Maybe thanks to `rawpy.RawPy` fields, possibly stating device maximal value, can avoid doing so to some extent.
print(f'{minColor=}')
print(f'{maxColor=}')