Gimp/plug-ins/file-tiff
Michael Natterer c667fdc5c0 Integrate the logic of profile saving with metadata saving
Add flag GIMP_METADATA_SAVE_COLOR_PROFILE to GimpMetadataSaveFlags and
initialize it from gimp_export_color_profile() in
gimp_image_metadata_save_prepare().

Adapt all plug-ins to use the bit from the suggested export flags and
pass the actually used value back to
gimp_image_metadata_save_finish().

This changes no behavior at all but creates hooks on the libgimp side
that are called with the context of an image before and after the
actual export, which might become useful later. Also, consistency
is good even though the color profile is not strictly "metadata".
2018-12-04 17:28:24 +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:15:37 -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 #1297 - Unhide the items hidden in the Advanced drop-down file... 2018-12-03 19:41:56 +01:00
file-tiff-save.h Issue #1297 - Unhide the items hidden in the Advanced drop-down file... 2018-12-03 19:41:56 +01:00
file-tiff.c Integrate the logic of profile saving with metadata saving 2018-12-04 17:28:24 +01:00
Makefile.am plug-ins: install plug-ins in subfolder. 2018-05-20 21:06:35 +02:00