Yesterday, 06:25 PM
I have been using the “equalize” function to correct images with poor color matching.
Menu: Colors - Automatic - Equalize
Python: t = layer.equalize(False)
This worked well in Gimp version 2.10.38. In Gimp version 3.0.4, the result is different. Based on the histograms, I suspect that this is due to the processing of the images in the linear color space. Unfortunately, the results of version 3.0.4 are significantly worse (too bright), regardless of the format of the source images (integer, float, linear, non-linear).
How can I get the results of the earlier versions back in version 3.0.4?
Menu: Colors - Automatic - Equalize
Python: t = layer.equalize(False)
This worked well in Gimp version 2.10.38. In Gimp version 3.0.4, the result is different. Based on the histograms, I suspect that this is due to the processing of the images in the linear color space. Unfortunately, the results of version 3.0.4 are significantly worse (too bright), regardless of the format of the source images (integer, float, linear, non-linear).
How can I get the results of the earlier versions back in version 3.0.4?