It is currently Sat Jul 11, 2026 5:31 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 194 posts ]  Go to page 1, 2, 3, 4, 5 ... 10  Next
Author Message
 Post subject: GEGL Layer Effects and Text Styling filter
PostPosted: Wed May 11, 2022 11:01 pm  (#1) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2012
GEGL Effects is a text styling engine to help users make advance graphical text styles AKA "fancy text" as well as to do task like outlining and shadowing transparent images. GEGL Effects is a FOSS alternative to layer effects/layer styles in Photoshop. The same version of GEGL Effects for 2.10 will also work on GIMP 3. Its cross compatible. Make sure to put the plugin in the correct folder.
Attachment:
d0826b7c76f50d18.png
d0826b7c76f50d18.png [ 812.24 KiB | Viewed 108376 times ]


2025 LATEST STABLE GIMP PLUGIN DOWNLOAD AND CODE IS HERE (May 31 2025 based on July 22 2023 checkpoint is the latest release)
https://github.com/LinuxBeaver/GEGL-Eff ... L/releases

Download latest version binaries and code here

Attachment:
gegl_effects_march21_2026.zip [5.34 MiB]
Downloaded 20 times


Windows users you need get text in the folder above to compile so get it here

https://www.gnu.org/software/gettext/

(Note in the future it could be gegl-0.5 instead of gegl-0.4)

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



Skip to the final page to see the latest info of GEGL Effects. Everything below is original dated May 2022 content exactly as it appeared the day I originally posted it May 11th 2022.
---
This filter combines multiple operations of mine in one. To do things like stroke, shadow/glow and an optional bevel with GEGL.
https://github.com/LinuxBeaver/GEGL-Eff ... using-GEGL


On Windows and Mac you have to compile. On Linux just put the .so files in /gegl-0.4/plugins then open Gimp and go to GEGL Operations and select GEGL Effects. BTW this will overwrite my existing custom GEGL filters (if you have them) but that is okay.

Image


Image


Image


Last edited by contrast_ on Sat Mar 21, 2026 6:41 pm, edited 42 times in total.

Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Wed May 11, 2022 11:25 pm  (#2) 
Offline
GimpChat Member

Joined: May 12, 2015
Posts: 4693
Really looks nice! Is there anyone who can compile for Windows?


Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Thu May 12, 2022 9:58 am  (#3) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2012
The easiest way to compile this project on Windows is by using msys2. Download and install it from here: https://www.msys2.org/

Open a msys2 terminal with C:\msys64\mingw64.exe. Run the following to install required build dependencies:

pacman --noconfirm -S base-devel mingw-w64-x86_64-toolchain mingw-w64-x86_64-meson mingw-w64-x86_64-gegl

meson setup --buildtype=release build
ninja -C build


Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Fri May 13, 2022 3:12 am  (#4) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2646
Location: Poland
Version for Gimp-2.10.30 Win 64 Bit attached.

Edit: The attachment in post #57

_________________
Image


Last edited by MareroQ on Tue Jun 21, 2022 10:47 pm, edited 3 times in total.

Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Fri May 13, 2022 4:53 am  (#5) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14831
Location: roma, italy
Once unzipped, where to put it? (I'm using samj's package)

_________________
"Where am I ?"


Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Fri May 13, 2022 5:11 am  (#6) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2646
Location: Poland
In the directory ... \ lib \ gegl-0.4 \ (contains 37 * .dll files)

_________________
Image


Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Fri May 13, 2022 6:45 am  (#7) 
Offline
GimpChat Member

Joined: Mar 04, 2011
Posts: 2606
There might be a problem for any Windows user who installs just the gegleffects.dll Parts of the filter do not work.
Windows screenshot:
Attachment:
win.jpg
win.jpg [ 117.41 KiB | Viewed 110603 times ]


The linux package contains gegleffects.so and comes with dependencies, bevel.so mbd.so mcol.so stroke.so for adding the bevel / stoke ... effects
Looks like the Win bevel dll is there in a different download, don't know about the others.
Linux screenshot same settings.
Attachment:
linux.jpg
linux.jpg [ 114.26 KiB | Viewed 110603 times ]


Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Fri May 13, 2022 6:52 am  (#8) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14831
Location: roma, italy
MareroQ wrote:
In the directory ... \ lib \ gegl-0.4 \ (contains 37 * .dll files)

Thanks!

_________________
"Where am I ?"


Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Fri May 13, 2022 9:41 pm  (#9) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2662
Location: California
How do we find these filters in order to use them?


Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Fri May 13, 2022 10:11 pm  (#10) 
mackenzieh wrote:
How do we find these filters in order to use them?

Go to: Tool GEGL Operation


Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Fri May 13, 2022 10:19 pm  (#11) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2646
Location: Poland
As Rich explained, this one filter does not work well on Windows :gaah
I think the problem is solved.
Thanks to Rich for his analysis.


Attachments:
Menu.jpg
Menu.jpg [ 99.74 KiB | Viewed 107975 times ]

_________________
Image


Last edited by MareroQ on Sat May 14, 2022 12:08 am, edited 1 time in total.
Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Fri May 13, 2022 11:54 pm  (#12) 
MareroQ wrote:
As Rich explained, this one filter does not work well on Windows :gaah

Yeah, I tested and the bump or the glows are not working. The only thing I get is a depth from the Drop shadow.


Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Sat May 14, 2022 12:06 am  (#13) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2646
Location: Poland
Rich put me on the right track.
You had to compile 5 files.
Now all attached.


Edit: Update in post #57

_________________
Image


Last edited by MareroQ on Tue Jun 21, 2022 10:48 pm, edited 2 times in total.

Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Sat May 14, 2022 10:45 am  (#14) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2012
rich2005 wrote:
There might be a problem for any Windows user who installs just the gegleffects.dll Parts of the filter do not work.
Windows screenshot:
Attachment:
win.jpg


The linux package contains gegleffects.so and comes with dependencies, bevel.so mbd.so mcol.so stroke.so for adding the bevel / stoke ... effects
Looks like the Win bevel dll is there in a different download, don't know about the others.
Linux screenshot same settings.
Attachment:
linux.jpg


Each dependency has to be compiled in its own folder on Windows and Mac

Image


Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Sat May 14, 2022 10:50 am  (#15) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2012
If someone wants to contribute a Windows and Mac build guide I will put it on my GitHub and credit you.


Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Sat May 14, 2022 10:51 am  (#16) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2012
MareroQ wrote:
Rich put me on the right track.
You had to compile 5 files.
Now all attached.

Do you have a Github so I can credit you? I am uploading this to my github profile


Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Sat May 14, 2022 1:35 pm  (#17) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2662
Location: California
What does the pack filter do within the GEGL Layer effects? I've tried to use the pack filter and adjust the gap & align options, but it keeps spinning. I will then have to force stop gimp and restart gimp again. The pack filter is very slow.


Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Sat May 14, 2022 2:31 pm  (#18) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2646
Location: Poland
Hi Mackenzieh,
Have you downloaded the last package and replaced all older files?

_________________
Image


Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Sat May 14, 2022 2:36 pm  (#19) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2646
Location: Poland
Hi Contrast
The compilation instructions for Windows are very good, but I think that the end user should not do it, but be able to download it easily.
I don't have Github.

_________________
Image


Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Sat May 14, 2022 2:40 pm  (#20) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2662
Location: California
MareroQ wrote:
Hi Mackenzieh,
Have you downloaded the last package and replaced all older files?


If it was the Windows GEGL Effects pack, I did download and replace the files but the pack filter is still slow. What does that particular filter even do?


Top
Post new topic Reply to topic  [ 194 posts ]  Go to page 1, 2, 3, 4, 5 ... 10  Next

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group