Switch to full style
Post all Gimp scripts and script writing questions here
Post a reply

GEGL Skeleton/Thorny Weeds Text Plugin

Wed Oct 18, 2023 4:34 pm

Download here
https://github.com/LinuxBeaver/Skeleton ... n/releases

We have a new plugin called Skeleton Text. It works by extracting the fine lines in my sharp bevel algorithm, but it only requires one binary with no dependencies.
preview.png
preview.png (97.32 KiB) Viewed 694 times


Skeleton Text + my other plugin Custom Bevel
https://github.com/LinuxBeaver/GEGL-Cus ... l/releases
Image

Location to put binaries

Windows

C:\Users\(USERNAME)\AppData\Local\gegl-0.4\plug-ins

Linux

/home/(USERNAME)/.local/share/gegl-0.4/plug-ins

Linux (Flatpak includes Chromebook)

/home/(USERNAME)/.var/app/org.gimp.GIMP/data/gegl-0.4/plug-ins

Then Restart Gimp and go to GEGL Operation and look for "Skeleton Text" 2.99.16+ users will see it in filters>text styling. Enjoy and feel free to show off the plugin in action.

Re: GEGL Skeleton/Thorny Weeds Text Plugin

Wed Oct 18, 2023 9:02 pm

Almost "electric" ;)

Re: GEGL Skeleton/Thorny Weeds Text Plugin

Wed Oct 18, 2023 9:05 pm

ok, I made a mistake. This plugin ships with threshold alpha 2.

Anyhow here is another preview.
Image

This plugin was conceived and turned into a Gimp plugin in under 3 hours. That is how easy it is to write GEGL plugins for Gimp.

Re: GEGL Skeleton/Thorny Weeds Text Plugin

Sat Oct 28, 2023 5:33 pm

Research is revealing the Skelton as a node inside a GEGL Graph can assist in making even more complex filter graphs like fire text. Attached is an image of my plugin "Custom Bevel" being set on fire.
Post a reply