gimp/plug-ins/python
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
..
python-console plug-ins: fix pyconsole syntax for Python 3.12 2024-07-13 20:09:25 +00:00
tests Issue #11317: make Python plug-ins mandatory. 2024-08-09 01:01:58 +02:00
colorxhtml.py core, pdb, plug-ins: Create GimpExportOptions class 2024-08-18 22:03:14 +02:00
file-openraster.py core, pdb, plug-ins: Create GimpExportOptions class 2024-08-18 22:03:14 +02:00
foggify.py python: translation fixes 2024-06-10 20:58:39 +00:00
gradients-save-as-css.py plug-ins: Allow Python GUI resources to be empty 2024-07-07 19:19:16 +00:00
histogram-export.py libgimp, pdb, plug-ins: don't skip gimp_*get_*() API from GObject Introspection anymore. 2024-07-06 14:44:45 +02:00
meson.build build: plugins: ensure test plugins not installed in stable version 2024-08-10 14:58:58 +00:00
palette-offset.py plug-ins: Allow Python GUI resources to be empty 2024-07-07 19:19:16 +00:00
palette-sort.py plug-ins: Allow Python GUI resources to be empty 2024-07-07 19:19:16 +00:00
palette-to-gradient.py plug-ins: Allow Python GUI resources to be empty 2024-07-07 19:19:16 +00:00
pygimp.interp.in build/windows, data, extensions, plug-ins: Fix Build omissions 2024-01-02 10:49:31 +00:00
python-eval.py plug-ins: import Babl and Gegl modules in python-eval plug-in. 2024-02-28 22:55:58 +01:00
spyro-plus.py libgimp, pdb, plug-ins: don't skip gimp_*get_*() API from GObject Introspection anymore. 2024-07-06 14:44:45 +02:00
test-dialog.py plug-ins: Update Python plug-ins after 6d36d143 2024-07-07 12:05:54 +00:00