gimp/plug-ins/file-tiff
Jehan 062195117c plug-ins: fix TIFF linear export.
The export code was checking the existence of a profile variable which
was never set. In other words, it seems we were always converting TIFF
pixels to non-linear, even when we were also exporting a linear profile.

Note that is not useful anymore to check profile existence as we now use
the effective profile (which always exists). So we just have to check if
the "save profile" option is on.
2019-04-25 20:23:06 +09:00
..
.gitignore plug-ins: merge the file-tiff-load and file-tiff-save plug-ins 2015-12-05 08:53:09 +01:00
Makefile.am plug-ins: install plug-ins in subfolder. 2018-05-20 21:06:35 +02:00
file-tiff-io.c plug-ins: Add layer support to TIFF writing 2019-04-16 10:04: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 plug-ins: Add layer support to TIFF writing 2019-04-16 10:04:16 +02:00
file-tiff-load.h plug-ins: Add layer support to TIFF writing 2019-04-16 10:04:16 +02:00
file-tiff-save.c plug-ins: fix TIFF linear export. 2019-04-25 20:23:06 +09:00
file-tiff-save.h plug-ins: Add layer support to TIFF writing 2019-04-16 10:04:16 +02:00
file-tiff.c plug-ins: Add layer support to TIFF writing 2019-04-16 10:04:16 +02:00