GIMP Chat
http://gimpchat.com/

GEGL Layer Effects and Text Styling filter
http://gimpchat.com/viewtopic.php?f=9&t=19924
Page 1 of 10

Author:  contrast_ [ Wed May 11, 2022 11:01 pm ]
Post subject:  GEGL Layer Effects and Text Styling filter

GEGL Effects is a text styling, outlining and layer effects engine for GIMP. - The latest version is specialized for GIMP 3 RC1 to prevent clipping of text while editing non-destructive text. Though it also works on both GIMP 2.10


Attachment:
d0826b7c76f50d18.png
d0826b7c76f50d18.png [ 812.24 KiB | Viewed 63287 times ]


2024 LATEST STABLE GIMP PLUGIN DOWNLOAD AND CODE IS HERE (may 28th 2024 is the latest release)
https://github.com/LinuxBeaver/GEGL-Eff ... L/releases

Attachment:
gegl_effects_download.zip [350.63 KiB]
Downloaded 12 times


PLEASE SKIP TO THE FINAL PAGE TO SEE GEGL EFFECTS CURRENT META. THE FIRST PAGE IS VERY OUTDATED AND GEGL EFFECTS HAS COME ALONG WAY SINCE THEN.


Other alternative builds have been discontinued as their effects can be easily replicated in GIMP 2.99.19

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



Everything below is original dated May 2022 content exactly as it appeared the day i 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

Author:  Pat625 [ Wed May 11, 2022 11:25 pm ]
Post subject:  Re: GEGL Layer Effects and Text Styling filter

Really looks nice! Is there anyone who can compile for Windows?

Author:  contrast_ [ Thu May 12, 2022 9:58 am ]
Post subject:  Re: GEGL Layer Effects and Text Styling filter

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

Author:  MareroQ [ Fri May 13, 2022 3:12 am ]
Post subject:  Re: GEGL Layer Effects and Text Styling filter

Version for Gimp-2.10.30 Win 64 Bit attached.

Edit: The attachment in post #57

Author:  dinasset [ Fri May 13, 2022 4:53 am ]
Post subject:  Re: GEGL Layer Effects and Text Styling filter

Once unzipped, where to put it? (I'm using samj's package)

Author:  MareroQ [ Fri May 13, 2022 5:11 am ]
Post subject:  Re: GEGL Layer Effects and Text Styling filter

In the directory ... \ lib \ gegl-0.4 \ (contains 37 * .dll files)

Author:  rich2005 [ Fri May 13, 2022 6:45 am ]
Post subject:  Re: GEGL Layer Effects and Text Styling filter

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 65514 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 65514 times ]

Author:  dinasset [ Fri May 13, 2022 6:52 am ]
Post subject:  Re: GEGL Layer Effects and Text Styling filter

MareroQ wrote:
In the directory ... \ lib \ gegl-0.4 \ (contains 37 * .dll files)

Thanks!

Author:  mackenzieh [ Fri May 13, 2022 9:41 pm ]
Post subject:  Re: GEGL Layer Effects and Text Styling filter

How do we find these filters in order to use them?

Author:  Pocholo [ Fri May 13, 2022 10:11 pm ]
Post subject:  Re: GEGL Layer Effects and Text Styling filter

mackenzieh wrote:
How do we find these filters in order to use them?

Go to: Tool GEGL Operation

Author:  MareroQ [ Fri May 13, 2022 10:19 pm ]
Post subject:  Re: GEGL Layer Effects and Text Styling filter

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 62824 times ]

Author:  Pocholo [ Fri May 13, 2022 11:54 pm ]
Post subject:  Re: GEGL Layer Effects and Text Styling filter

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.

Author:  MareroQ [ Sat May 14, 2022 12:06 am ]
Post subject:  Re: GEGL Layer Effects and Text Styling filter

Rich put me on the right track.
You had to compile 5 files.
Now all attached.


Edit: Update in post #57

Author:  contrast_ [ Sat May 14, 2022 10:45 am ]
Post subject:  Re: GEGL Layer Effects and Text Styling filter

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

Author:  contrast_ [ Sat May 14, 2022 10:50 am ]
Post subject:  Re: GEGL Layer Effects and Text Styling filter

If someone wants to contribute a Windows and Mac build guide I will put it on my GitHub and credit you.

Author:  contrast_ [ Sat May 14, 2022 10:51 am ]
Post subject:  Re: GEGL Layer Effects and Text Styling filter

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

Author:  mackenzieh [ Sat May 14, 2022 1:35 pm ]
Post subject:  Re: GEGL Layer Effects and Text Styling filter

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.

Author:  MareroQ [ Sat May 14, 2022 2:31 pm ]
Post subject:  Re: GEGL Layer Effects and Text Styling filter

Hi Mackenzieh,
Have you downloaded the last package and replaced all older files?

Author:  MareroQ [ Sat May 14, 2022 2:36 pm ]
Post subject:  Re: GEGL Layer Effects and Text Styling filter

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.

Author:  mackenzieh [ Sat May 14, 2022 2:40 pm ]
Post subject:  Re: GEGL Layer Effects and Text Styling filter

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?

Page 1 of 10 All times are UTC - 5 hours [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/