Help With quickDevelopAdjustWhiteBalance
I am attempting to adjust the temperature and tint for a large number of images using photo:getDevelopSettings() but I am running into the bug mentioned here (and other places) where the temperature and tint = nil.
I'm not sure when this bug is going to be resolved so instead I am attempting to use quickDevelopAdjustWhiteBalance. However, I cannot figure out how to produce a consistent value from the amount setting in photo:quickDevelopAdjustWhiteBalance( settingName, amount )
For example, this photo:quickDevelopAdjustWhiteBalance( "Temperature", 1 ) produces various values depending on the current temperature value of the image.
At current temperature of 2000, it produces a result of +14
At current temperature of 3000, it produces a result of +17
At current temperature of 4000 it produces a result of +43
Could anyone help make sense of the calculation to produce a consistent value? For example, +100 every time.
