gimp/etc
Jehan c3ef79b3ef Issue #12577: get rid of the gamma hack.
What it was doing was casting the input buffer to another TRC, basically
pretending the data was what it was not. In particular, it was casting
linear input buffers to non-linear and all other TRCs to linear.

As was noted in #1958, this was in fact a useful trick, yet it's still a
trick. Basically when it's needed, it's either:

1. because the operation implementation does not work in the technically
   correct space. Then the operation code should be fixed;
2. or because several work TRC are valid, then an option should be
   proposed by the operation;
3. or for artistic reasons, which people are free to implement as
   plug-ins or third-party filters, but it should not be a core GIMP
   feature.

Therefore for most cases where it felt needed, the real solution will be
to improve the operations' implementations.
2025-01-10 23:26:11 +01:00
..
controllerrc Bug 737570 - Shortcut [some modifier] + Mousewheel for changing pen size 2016-03-28 02:01:25 +02:00
gimp.css port gtkrc files to CSS (incompletely and stuff commented out) 2018-05-20 21:06:28 +02:00
gimprc.in Issue #12577: get rid of the gamma hack. 2025-01-10 23:26:11 +01:00
meson.build build, docs, etc: drop hardcoding of GIMP version 2024-01-13 18:15:10 -03:00
sessionrc etc: smaller default position and size of main image window. 2020-09-27 22:06:22 +02:00
templaterc Refreshing the templaterc 2024-04-15 23:46:32 +00:00
toolrc etc: add a default toolrc file, using tool groups to oragnize the tools 2020-01-30 02:53:24 +02:00
unitrc