Add comment concerning print
ing {min,max}Color
This commit is contained in:
parent
8ca1972ddb
commit
a6ef3977dd
@ -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=}')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user