It is currently Sat Sep 12, 2026 1:11 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: May 2022 throwback. First release of GEGL fx engine recreated for 3.0
PostPosted: Sun Apr 13, 2025 1:11 am  (#1) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2014
The most simple and first public release of my text styling engine was recently re-coded so it works on GIMP 3
This is how my GEGL Effects plugin appeared day one on May 11 2022. It had no advance tabs or features and was incredibly simple. Back in the very early days I spend dozens of hours just playing with this and being in awe.

And of course it can co-exist with all the other versions of GEGL Effects and Styles.

Attachment:
2025-04-13_01-59.png
2025-04-13_01-59.png [ 157.07 KiB | Viewed 1301 times ]


Image

This is a good filter to study if you want to make a GEGL plugin of your own. it only requires one binary. (original.so/dll) Unlike the literal original that required 5 ( I think) but this requires GEGL 0.4.50+ to work. GEGL Effects Day One Edition has a known bug where emboss at 1% will apply on the image no matter what and that bug was intentionally left to be faithful to the original plugin's functionality and flaws almost 3 years ago. The only thing I fixed were typos

Attachment:
SourceCode.zip [4.56 KiB]
Downloaded 57 times


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: May 2022 throwback. First release of GEGL fx engine recreated for
PostPosted: Mon Apr 14, 2025 1:21 am  (#2) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2014
Github repo is here
https://github.com/LinuxBeaver/Gimp_Lay ... _recreated

Download is here
Attachment:
SourceCode.zip [4.67 KiB]
Downloaded 69 times


Attachment:
windows_binaries_gegl_plugin.zip [34.11 KiB]
Downloaded 52 times


Attachment:
linux_binaries_gegl_plugin.zip [8.21 KiB]
Downloaded 44 times


LOCATION TO PUT BINARIES

Windows

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

Linux

~/.local/share/gegl-0.4/plug-ins

Linux (Flatpak includes Chromebook)

~/.var/app/org.gimp.GIMP/data/gegl-0.4/plug-ins


Screenshots of GEGL Effects debut release from May 2022

Image

Image

I updated it to remove a CLI warning that was there since May 2022 and modified code so it would work on versions of GEGL before 0.4.50. Now it should work on GIMP 2.10 just fine. This should objectively be the fastest text styling engine ever because its literally just an emboss, a blur, two drop shadows and a color overlay. But keep in mind it completely lacks all the advance options. Go to GEGL Operations > Day One to find it. Or Search "Day One" in GIMP 3.


Top
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group