gimp/plug-ins/file-tiff
Jacob Boerema c4de209322 plug-ins: incorrect size of Photoshop metadata in TIFF
When loading Photoshop metadata from TIFF images, the size of the data
in the temp file was often incorrect.
This happens because run_mode is usually GIMP_RUN_INTERACTIVE when
run from within GIMP. In interactive mode, the last saved config values
take precedence over the ones set in the function call, which is not
what we want in this case.
We would prefer to use interactive here, because then we can show a
dialog with a list of unsupported Photoshop features that were found
inside the image.
For now, we will use GIMP_RUN_NONINTERACTIVE and accept that we can't
do that at this time. This way we will at least have the correct values
when processing the Photoshop data.
2024-04-08 18:07:32 -04:00
..
file-tiff-io.c Issue #9994: do not call g_file_info_get_is_hidden() (and others) directly. 2023-09-19 15:34:48 +02:00
file-tiff-io.h plug-ins: propose exporting as BigTIFF once if TIFF export fails… 2022-03-11 15:18:39 +01:00
file-tiff-load.c plug-ins: incorrect size of Photoshop metadata in TIFF 2024-04-08 18:07:32 -04:00
file-tiff-load.h plug-ins: replace gimp_[gs]et_data() by AUX args in file-tiff. 2023-10-26 21:46:39 +02:00
file-tiff-save.c plug-ins: "compression" arg of file-tiff-save now becomes a GimpParamChoice. 2023-10-01 20:52:02 +02:00
file-tiff-save.h plug-ins: propose exporting as BigTIFF once if TIFF export fails… 2022-03-11 15:18:39 +01:00
file-tiff.c plug-ins: replace gimp_[gs]et_data() by AUX args in file-tiff. 2023-10-26 21:46:39 +02:00
file-tiff.h plug-ins: port file-tiff-save to GimpProcedureConfig 2020-06-08 20:42:36 +02:00
meson.build meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00