Gimp/plug-ins/file-tiff
Jehan 18a2f576bb plug-ins: try to clarify "save-transp-pixels" argument of tiff saving.
This argument should actually say "Do not store premultiplied channel
values", which is what the TIFF spec calls "Unassociated alpha" (vs.
"associated alpha" when values are stored premultiplied by alpha).

Now I can see where the current description is coming from, which is
that any color with alpha 0 (totally masked) ends up as RGBA value (0,
0, 0, 0), in other words, the color information is completely lost. Yet
this label is not very helpful to understand what the checkbox really
does. I decided to not just change it altogether as people would have
gotten used to this for years, but at least adding completary
information in API and tooltip in GUI.
2019-03-11 10:45:28 +01:00
..
.gitignore
file-tiff-io.c plug-ins: add a new possible format for TIFF tag warning messages. 2016-07-23 18:35:16 +02:00
file-tiff-io.h plug-ins: pass GFiles around instead of filenames in file-tiff 2016-04-19 17:18:17 +01:00
file-tiff-load.c libgimpcolor, app, modules, plug-ins: remove GEGL_ITERATOR2 define 2018-12-02 11:21:36 -05:00
file-tiff-load.h Revert "New GimpMetadata as subclass of GExiv2Metadata" 2017-01-03 19:36:22 +01:00
file-tiff-save.c Issue #102: TIFF plugin doesn't handle indexed images with alpha... 2019-03-09 12:11:25 +01:00
file-tiff-save.h Issue #701 - Add the ability to embed the GIMP built-in sRGB profile... 2018-12-03 19:47:24 +01:00
file-tiff.c plug-ins: try to clarify "save-transp-pixels" argument of tiff saving. 2019-03-11 10:45:28 +01:00
Makefile.am plug-ins: install plug-ins in subfolder. 2018-08-16 13:25:51 +02:00