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

GEGL plugin that outlines with a bevel and more

Fri Feb 23, 2024 11:38 am

I made a new GEGL plugin targeting Gimp 2.99.19 non-destructive build. Specifically so users can combine an outline and bevel together in one 'layer effect' instead of putting it on a layer above. This plugin still requires the use of the 'normal' blend option if you don't want it on the layer above. I did this for flexibility so people can blend it with other blend modes if they want.

https://github.com/LinuxBeaver/Outline- ... n/releases

Image
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 Outline Deluxe, in 2.99.16+ it will be in filters>text styling
Post a reply