Hello GimpChat, We have a new GEGL plugin I made that is remarkably higher quality. It depends on my plugin lb:bevel (gegl bevel)
the unofficial one, if you already have it overwrite it to get the latest version to ensure it works. As if you have a version before mid 2025 it won't work
This is Metal Text, an advanced text styling graph with easy adaptable sliders and a recolor mode.


(source code is below)
Attachment:
metaltext_linux.zip [19.83 KiB]
Downloaded 45 times
Attachment:
metaltext_windows.zip [1.03 MiB]
Downloaded 43 times
yes it works on Windows 3.2, as we can see its file size is way larger
LOCATION TO PUT GEGL PLUGIN BINARIES
Windows C:\Users\(USERNAME)\AppData\Local\gegl-0.4\plug-ins
Linux~/.local/share/gegl-0.4/plug-ins
Linux(Flatpak includes Chromebook)~/.var/app/org.gimp.GIMP/data/gegl-0.4/plug-ins
then restart GIMP and go to "GEGL operation" or filters > text styling to find the new plugins
Source Code - For people who want to compile manually Attachment:
SourceCode.zip [13.01 KiB]
Downloaded 36 times
On Linux all you need is build_essentials and to run ./build_plugin_linux.sh
on Windows you need msys2
https://www.msys2.org/and in the folder above the current directory you need this gettext folder unzipped
https://github.com/LinuxBeaver/LinuxBea ... ettext.zipplace it in the folder above the source code directory. So if your directory is C:\Documents/metal_text_gegl
the gettext folder is going in documents.
The windows build should work that way.
More previews of this based plugin:


also fun facts about the plugin. I came up with most of the graph last month when I was intimidated by metal text in Adobe tutorials/market place. That is what inspired me to make this beauty, but I didn't finalize it till last night. and another silly thing is I was coding this half asleep last night at 3:00am optimizing it. Showing I can write good GEGL code even when very tired. lol Well the plugin is done, there is more I could add in the future but this should be another and it is very complicated.
Enjoy and feel free to share feedback
