mirror of https://github.com/GNOME/gimp.git
062195117c
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. |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile.am | ||
file-tiff-io.c | ||
file-tiff-io.h | ||
file-tiff-load.c | ||
file-tiff-load.h | ||
file-tiff-save.c | ||
file-tiff-save.h | ||
file-tiff.c |