gimp/docs
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
..
Wilber.svg Make the hue angle behave mathematically correct. Fixes bug #141922 2006-05-07 20:47:10 +00:00
Wilber.xcf.gz Lots o' changes for 0.99.17. See ChangeLog for details. 1998-01-04 00:43:51 +00:00
Wilber.xcf.gz.README Fix various typos 2019-09-21 17:10:46 +00:00
Wilber_Construction_Kit.xcf.gz oops. 2005-07-15 22:07:02 +00:00
gimp.1.in app, docs, etc.: transform menurc in shortcutsrc after an update. 2023-04-12 22:07:09 +02:00
gimprc.5.in Issue #12577: get rid of the gamma hack. 2025-01-10 23:26:11 +01:00
gimptool.1.in Change GTK+ to GTK 2022-07-07 14:02:36 +00:00
meson.build app*, docs, tools: -Denable-default-bin=enabled will also install a gimp-major binary. 2024-11-03 22:55:39 +01:00