Issue #15962: "gimp:curves" set to Perceptual by default.

Per discussions with Pippin, Linear as default may not be the most
expected, though it has scenarios where it is still better.

Curves is easier because it was not possible to call it through the API
at all in the 3.0 series. I'll verify a bit for Levels, but I may just
do a GUI-only change for this one.
This commit is contained in:
Jehan 2026-03-06 21:39:17 +01:00
parent 0074bef0ea
commit 7b4f0993e8

View file

@ -105,7 +105,7 @@ gimp_curves_config_class_init (GimpCurvesConfigClass *klass)
_("Tone Reproduction Curve"),
_("Work on linear or perceptual RGB, or following the image's TRC"),
GIMP_TYPE_TRC_TYPE,
GIMP_TRC_LINEAR, 0);
GIMP_TRC_PERCEPTUAL, 0);
/* "linear" is a compat property initially kept for compatibility
* reason, in particular for config parsing. It's not needed anymore