It is currently Fri Apr 19, 2024 1:56 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 188 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: 1391
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.

2024 LATEST STABLE GIMP PLUGIN IS HERE - WINDOWS AND LINUX BINARIES DOWNLOADABLE
https://github.com/LinuxBeaver/GEGL-Eff ... L/releases
Attachment:
d0826b7c76f50d18.png
d0826b7c76f50d18.png [ 812.24 KiB | Viewed 39727 times ]


There are three versions of GEGL Effects that cannot co-exist with each other. Below are links to their download.


The general public version with support for Gimp 2.10 and 2.99.18+ March 11 2024 release is here

https://github.com/LinuxBeaver/GEGL-Eff ... L/releases

The August 28th 2023 experimental build with advance text styling is here (Gimp 2.10 only)
https://github.com/LinuxBeaver/GEGL-Eff ... tal-update

The Dec 12 2023 AI through bash build is here (Linux Only)
viewtopic.php?f=9&t=19924&start=160#p285859

I provided up to date downloads so people don't download outdated versions of the plugin from GimpChat.

DOWNLOAD HERE

Attachment:
gegl_effects_march_11_2024_STABLE.zip [345.92 KiB]
Downloaded 12 times



Attachment:
AI_BASH_GEGL_EFFECTS_Linux_only_binaries_code.zip [512.86 KiB]
Downloaded 32 times


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.[/i]
---
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


Image


Last edited by contrast_ on Wed Mar 13, 2024 1:32 pm, edited 16 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: 4694
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: 1391
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: 2240
Location: Poland
Version for Gimp-2.10.30 Win 64 Bit attached.

Edit: The attachment in post #57

_________________
Image

Slava
Ukraini!


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: 14816
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: 2240
Location: Poland
In the directory ... \ lib \ gegl-0.4 \ (contains 37 * .dll files)

_________________
Image

Slava
Ukraini!


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: 2419
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 41954 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 41954 times ]

_________________
Image


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: 14816
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: 2605
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) 
Offline
GimpChat Member

Joined: Jul 28, 2018
Posts: 1195
mackenzieh wrote:
How do we find these filters in order to use them?

Go to: Tool GEGL Operation

_________________
https://www.deviantart.com/pocholo17
Image


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: 2240
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 39116 times ]

_________________
Image

Slava
Ukraini!


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) 
Offline
GimpChat Member

Joined: Jul 28, 2018
Posts: 1195
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.

_________________
https://www.deviantart.com/pocholo17
Image


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: 2240
Location: Poland
Rich put me on the right track.
You had to compile 5 files.
Now all attached.


Edit: Update in post #57

_________________
Image

Slava
Ukraini!


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: 1391
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: 1391
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: 1391
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: 2605
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: 2240
Location: Poland
Hi Mackenzieh,
Have you downloaded the last package and replaced all older files?

_________________
Image

Slava
Ukraini!


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: 2240
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

Slava
Ukraini!


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: 2605
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  [ 188 posts ]  Go to page 1, 2, 3, 4, 5 ... 10  Next

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) GEGL Text Styling effects on individual Gimp layers

11

No new posts Attachment(s) GEGL STONE TEXT STYLING FILTER

21

No new posts Attachment(s) GEGL Neon Border text styling filter.

15

No new posts Attachment(s) New GEGL Glossy Balloon Text styling filter.

23

No new posts Attachment(s) GEGL Bevel (filter of its own but now ships with GEGL Effects)

32



* Login  



Powered by phpBB3 © phpBB Group