Skip to content

Port to GIMP 3#7

Open
DylanFrese wants to merge 8 commits into
gruppe-adler:masterfrom
DylanFrese:port-to-gimp-3
Open

Port to GIMP 3#7
DylanFrese wants to merge 8 commits into
gruppe-adler:masterfrom
DylanFrese:port-to-gimp-3

Conversation

@DylanFrese
Copy link
Copy Markdown

GIMP broke most of their API with the 3.0 release, moving to a GEGL and
GObject/GLib based interface.

This patch rewrites the plugin to use the new API.

Linking glibc/glibcpp can cause mysterious, hard to diganose sudden
failures in seemingly normal code (e.g., SIGABRT in main). The GNU libc
family of libraries recommend against trying to statically link them.
GIMP broke most of their API with the 3.0 release, moving to a GEGL and
GObject/GLib based interface.

This patch rewrites the plugin to use the new API.
@DylanFrese DylanFrese changed the title Port to gimp 3 Port to GIMP 3 Apr 23, 2025
@DerZade DerZade requested a review from TheWillard April 24, 2025 11:42
This function prepares an image for exporting, e.g. by flattening down
layers. It may create a copy of the original image, which must later be
freed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant