gimp/plug-ins/file-ico
Alx Sa bcdd4974bb core, pdb, plug-ins: Create GimpExportOptions class
This patch creates a GimpExportOptions class in both
libgimpbase and in libgimp. Currently it is a mostly empty
object, but it will be added to after 3.0 to allow for
additional export options (like resizing on export while
leaving the original image intact)

libgimp/gimpexport.c was removed, and most of its content
was copied into libgimp/gimpexportoptions.c. gimp_export_image ()
was replaced with gimp_export_options_get_image () in all
export plug-ins.

GimpExportProcedure has a new function to set the default
image capabilities for each plug-in on creation. It also sets up
a new callback function, which allows the options to respond to
user setting changes (such as toggling 'Save as Animation' in the
GIF or WEBP Plug-in).
2024-08-18 22:03:14 +02:00
..
ico-dialog.c plug-ins: Port file-icns/file-ico to GimpProcedureDialog 2024-07-19 02:29:38 +00:00
ico-dialog.h plug-ins: Port file-icns/file-ico to GimpProcedureDialog 2024-07-19 02:29:38 +00:00
ico-export.c plug-ins: Port file-icns/file-ico to GimpProcedureDialog 2024-07-19 02:29:38 +00:00
ico-export.h plug-ins: Port file-icns/file-ico to GimpProcedureDialog 2024-07-19 02:29:38 +00:00
ico-load.c libgimp, plug-ins: properly document the return values of GimpThumbnailProcedure. 2023-10-01 21:02:33 +02:00
ico-load.h plug-ins: Show dimensions, BPP in ICO layer names 2023-06-18 05:11:44 +00:00
ico.c core, pdb, plug-ins: Create GimpExportOptions class 2024-08-18 22:03:14 +02:00
ico.h plug-ins: Add .ani file import/export 2022-08-08 18:31:45 +00:00
meson.build plug-ins: rename various '*-save.[ch]' files to '*-export.[ch]'. 2024-04-21 16:48:58 +02:00