Gimp/plug-ins/python
Alx Sa 4cd3360d53 python: Fix crash when exporting indexed ORA images
Exporting ORA images involves first creating PNGs of
the layers. To do this, we create separate images for
each layer with Gimp.Image.new ().
However, if the original image was indexed, we lose
the palette when passing the temporary image to
the PDB call. This caused us to try saving a NULL
palette, which resulted in the crash.

This patch adds a check if the image is indexed, and
copies over the palette to the temporary image.
2025-03-15 02:36:20 +00:00
..
python-console python: Update suggestion for GimpCoreObjectArray parameters 2025-02-22 03:45:55 +00:00
tests plug-ins, tests: add tests for more file formats... 2025-03-12 21:51:19 +00:00
colorxhtml.py python: Fix file arguments after 161b3c53 2025-01-22 21:29:16 +01:00
file-openraster.py python: Fix crash when exporting indexed ORA images 2025-03-15 02:36:20 +00:00
foggify.py app, pdb, plug-ins: replace (plug-in-plasma). 2024-12-17 16:24:54 +00:00
gradients-save-as-css.py python: Use context Palette/Gradient in GUI 2025-02-01 02:59:51 +00:00
histogram-export.py python: Fix file arguments after 161b3c53 2025-01-22 21:29:16 +01:00
meson.build build, plug-ins: Bundle and distribute correct python*.exe 2024-11-19 09:30:57 -03:00
palette-offset.py python: Use context Palette/Gradient in GUI 2025-02-01 02:59:51 +00:00
palette-sort.py python: Use context Palette/Gradient in GUI 2025-02-01 02:59:51 +00:00
palette-to-gradient.py python: Use context Palette/Gradient in GUI 2025-02-01 02:59:51 +00:00
pygimp.interp.in build, plug-ins: Bundle and distribute correct python*.exe 2024-11-19 09:30:57 -03:00
python-eval.py plug-ins: python-fu-eval should correctly exit with error. 2024-10-27 22:55:51 +01:00
spyro-plus.py python: Update Spyro-Plus after GEGL Color update 2025-01-24 02:51:34 +00:00
test-dialog.py extensions, libgimp, plug-ins: remove n_drawables arg from GimpImageProcedure's… 2024-10-28 22:08:45 +01:00