Skip to content

Releases: LinuxBeaver/Gimp_Layer_Effects_Text_Styler_Plugin_GEGL_Effects

GEGL Effects Gimp Plugin July 22 2023 checkpoint - GIMP 3 RC1 compatability text clipping fix

24 Jul 18:05
36e3594
Compare
Choose a tag to compare

This is the download page for a GIMP Plugin called GEGL Effects which is an advance text styling tool for GIMP. You can find its Windows and Linux binaries and code in the assets section. GEGL Effects is now GIMP 3 RC1 ready. This also contains special builds of GEGL Effects that run on old versions of GIMP 2.10, as the latest only supports GIMP 2.10.34 and up

Preview of GEGL Effects May 2024 internal update that prevents editable text from clipping without a checkbox

image

Preview of the July 22 2023 sharp bevel update (the last new feature)

image

Changes Made since last checkpoint release

1. Bevel has a new sharp bevel mode that is in both stand alone bevel and GEGL Effects.
Sharp Bevel mode uses a unique algorithm that makes an awesome new bevel effect.
image

2. Gimp 2.99/3 users will see GEGL Effects in their menu under Filters/Text Styling (2.10 is incapable of this)

Tiny changes and emergency fixes made in the July 22 2023 series that do not qualify as a new checkpoint release can be found here.

https://github.com/LinuxBeaver/Gimp_Layer_Effects_Text_Styler_Plugin_GEGL_Effects/blob/ContinualEdition/changes.md

Despite many internal changes and stand alone plugin updates happening since July 22 2023 till now GEGL Effects has not received any new features for text styling. Once a new feature is added the Jully 22 2023 checkpoint will be an old release.

Future Plans

NOTE - I consider GEGL Effects complete software as it is unlikely to get any new features. It is already more complex then Adobe of the early 2000s. However, there are future goals I have clearly thought of/experimented with.

  1. Bake in shinytext.c hidden operation so it no longer exist as a binary. Work on this is already in progress.

  2. Make zzstrokebevelimage.c a non hidden dropshadow operation (like bevel, inner glow and glass text)

  3. Get GEGL Effects to work in adjustment layer groups in GIMP 2.99.19+ (extreme difficulty) gegl:crop nodes make it impossible. GIMP's team will have to figure out how to make this process simpler. I already put dozens of hours in investigating this and it seems impossible.

  4. Solve the "tile dup" error - this might require Pippin modifying GEGL. Its out of my control as the problem likely has to do with GEGL Effects being too resource intensive.

HOW TO INSTALL

Binaries are in the Windows and Linux Zip files.

GEGL_Effects_Windows_Binaries.zip .dll files the download for Windows

GEGL_Effects_Linux_Binaries.zip .so files is the download for Linux

gimp_210_before_lb_namespace.zip is a late 2023 build of GEGL Effects before the lb name space change that broke presets. It is intended for GIMP 2.10 users that want to update to the latest version before presets broke. Said build will also work on GIMP 3 RC1. Though GIMP 3 users are recommended to avoid this build.

Source Code
For some reason the auto Github generated source code of this filter is outdated. So please use the updated source code I provided here named source_code_of_gegl_effects_CE.zip

If Individual linux binaries do not work then try disabling their executable status.

Remember to download all six binaries (bevel, innerglow, zzstrokebevelimage, shinytext, glassovertext, and gegleffectspending) or the main plugin will not work. If you already have my plugins overwrite all of them with the latest versions.

Location to put Binaries

Windows (may need to create "plug-ins" folder if it doesn't exist.)
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 Operations and select this plugin from the drop down list. If you use Gimp 2.99.16+ it will be in the main menu under filters>text styling.

image

Special builds

If you are looking for the experimental build of GEGL Effects that contains all my text stylers for Windows and Linux go here.
https://github.com/LinuxBeaver/Gimp_Layer_Effects_Text_Styler_Plugin_GEGL_Effects/tree/GEGL-Effects-Continual-Experimental-update

If you are looking for the AI build note that it was discontinued because of problems in GIMP 2.99.19 but the stand alone bash through AI plugin is here and works in 2.10 and 2.99.19+
https://github.com/LinuxBeaver/AI_in_Gimp_by_GEGL_calling_bash/

GEGL Effects Gimp Plugin June 10th 2023 update

10 Jun 20:34
1a0c7c1
Compare
Choose a tag to compare

THIS IS AN OLD STABLE RELEASE OF GEGL EFFECTS THAT CAN BE FOUND IN THE ARCHIVE HERE. DOWNGRADING CAN BREAK THE LATEST VERSION. ONLY DOWNGRADE IF YOU KNOW WHAT YOU ARE DOING.

https://github.com/LinuxBeaver/LinuxBeaver/releases/download/Gimp_GEGL_Plugins_download_page/GE_archives.zip

*june 17 update to future proof bevel and inner glow.

*june 24 update to make very minor insignificant changes. Every Plugin of mine was updated to comply with a new policy of mine to include their GEGL Graph in the source code. This is still considered a June 10th release even though the build is June 24th.

*July 13 - Future proofing bevel again - no changes made. It is pretty much confirmed that June 10th is the final release ever.

image

Changes Made since last release
Glass on Text is now part of GEGL Effects. This allows tons of new text styles

Inner Glow can now use the hsv hue blend mode

Image Overlay's blend mode switcher doesn't change the blend mode of the default image.

Gradient has a master opacity slider

Median Blur radius 0 was added at the end of GEGL Effects to support Gimp's non-destructive future.

--
NOTE - THIS (june tenth 2023) MAY BE THE FINAL UPDATE TO GEGL EFFECTS EVER. I consider GEGL Effects complete software as of June 2023. It is already objectively more complex then Adobe Photoshop CS2's layer styles. Who could ask for more, LOL?

Binaries are in the Windows and Linux Zip files.

.dll is for Windows and .so is for Linux

If Individual linux binaries do not work then try disabling their executable status.

Remember to download all six binaries (bevel, innerglow, zzstrokebevelimage, shinytext, glassovertext, and gegleffectspending) or the main plugin will not work. If you already have my plugins overwrite all of them with the latest versions.

Location to put Binaries

Windows (may need to create "plug-ins" folder if it doesn't exist.)
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

Source Code
For some reason the auto Github generated source code of this filter is outdated. So please use the updated source code I provided here named source_code_of_gegl_effects_CE.zip

PS if this plugin ever breaks by gimp's team taking the name bevel try using the June 10th old stable in the archives.

GEGL Effects Gimp Plugin May 31st 2023 update

01 Jun 01:11
3332245
Compare
Choose a tag to compare

THIS IS AN OLD STABLE RELEASE OF GEGL EFFECTS THAT CAN BE FOUND IN THE ARCHIVE HERE. DOWNGRADING CAN BREAK THE LATEST VERSION. ONLY DOWNGRADE IF YOU KNOW WHAT YOU ARE DOING.

https://github.com/LinuxBeaver/LinuxBeaver/releases/download/Gimp_GEGL_Plugins_download_page/GE_archives.zip

image

*GEGL Effects May 31 2023 big update here. June 5th 2023 under the hood improvement. The biggest changes in this version listed.

  1. The ability to add an extra outline.
  2. The ability to use a solid color fill for text. This makes GEGL Effects able to change the color of any text not just white text.
  3. A new slider to allow bevels to be black via the Grain Merge and Hard Light blend mode; which is included in GEGL Effects.
  4. Image file Overlay has a blend mode switcher; but it obviously only blends with what is on Gimp's canvas.
  5. Left click color A opacity sliders now work for outline, shadow and extra outline.

Binaries are in the Windows and Linux Zip files.

.dll is for Windows and .so is for Linux

If Individual linux binaries do not work then try disabling their executable status.

Remember to download all five binaries (bevel, innerglow, zzstrokebevelimage, shinytext and gegleffectspending) or the main plugin will not work. If you already have my plugins overwrite all of them with the latest versions.

Location to put Binaries

Windows (may need to create "plug-ins" folder if it doesn't exist.)
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

For some reason the source code Github provides is sometimes not up to date so I will provide it below. "GEGL_Effects_June5th_2023_code.zip" please use this instead of the default source code Github provides. I don't know why Github always provides a slightly outdated version. sometimes.

May 17 2023 Build (GEGL Effects now has a aura shadow glow aura seed)

19 May 01:58
3ff0c00
Compare
Choose a tag to compare

THIS IS AN OLD STABLE RELEASE OF GEGL EFFECTS THAT CAN BE FOUND IN THE ARCHIVE HERE. DOWNGRADING CAN BREAK THE LATEST VERSION. ONLY DOWNGRADE IF YOU KNOW WHAT YOU ARE DOING.

https://github.com/LinuxBeaver/LinuxBeaver/releases/download/Gimp_GEGL_Plugins_download_page/GE_archives.zip

GEGL Effects May 17 major update here *may 23 minor fix that makes bevel radius go up to 20.

image

Binaries are in the Windows and Linux Zip files.

.dll is for Windows and .so is for Linux

If Individual linux binaries do not work then try disabling their executable status.

Remember to download all five binaries (bevel, innerglow, zzstrokebevelimage, shinytext and gegleffectspending) or the main plugin will not work. If you already have my plugins overwrite all of them with the latest versions.

Location to put Binaries

Windows (may need to create "plug-ins" folder if it doesn't exist.)
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

for some reason the source code Github provides is not up to date so I will provide it below.

GEGL Effects May 12 2023 Continual Edition Anniversary update.

12 May 19:18
037206e
Compare
Choose a tag to compare

THIS IS AN OLD STABLE RELEASE OF GEGL EFFECTS THAT CAN BE FOUND IN THE ARCHIVE HERE. DOWNGRADING CAN BREAK THE LATEST VERSION. ONLY DOWNGRADE IF YOU KNOW WHAT YOU ARE DOING.

https://github.com/LinuxBeaver/LinuxBeaver/releases/download/Gimp_GEGL_Plugins_download_page/GE_archives.zip

GEGL Effects one year anniversary update here. Released May 12 2023
image

Binaries are in the Windows and Linux Zip files.

.dll is for Windows and .so is for Linux

If Individual linux binaries do not work then try disabling their executable status.

Remember to download all five binaries (bevel, innerglow, zzstrokebevelimage, shinytext and gegleffectspending) or the main plugin will not work. If you already have my plugins overwrite all of them with the latest versions.

Location to put Binaries

Windows (may need to create "plug-ins" folder if it doesn't exist.)
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

for some reason the source code Github provides is not up to date so I will provide it below.

GEGL Effects Feb2023 Stable Build

12 May 18:51
33d9c3f
Compare
Choose a tag to compare

THIS IS AN OLD STABLE RELEASE OF GEGL EFFECTS THAT CAN BE FOUND IN THE ARCHIVE HERE. DOWNGRADING CAN BREAK THE LATEST VERSION. ONLY DOWNGRADE IF YOU KNOW WHAT YOU ARE DOING.

https://github.com/LinuxBeaver/LinuxBeaver/releases/download/Gimp_GEGL_Plugins_download_page/GE_archives.zip

This version of GEGL Effects was first Released Late September 2022 and discontinued Feb 2023. It is the Legacy Version and it can be downloaded here.

Binaries are in Zip files.

.dll is for Windows and .so is for Linux

If Individual linux binaries do not work then try disabling their executable status.

Remember to download all binaries for this to work.

Location to put Binaries
Windows (may need to create "plug-ins" folder if it doesn't exist.)
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

Continual Edition April 4th 2023 Stable Build

31 Mar 19:35
eb511d9
Compare
Choose a tag to compare

THIS IS AN OLD STABLE RELEASE OF GEGL EFFECTS THAT CAN BE FOUND IN THE ARCHIVE HERE. DOWNGRADING CAN BREAK THE LATEST VERSION. ONLY DOWNGRADE IF YOU KNOW WHAT YOU ARE DOING.

https://github.com/LinuxBeaver/LinuxBeaver/releases/download/Gimp_GEGL_Plugins_download_page/GE_archives.zip

*NOTE THIS VERSION OF GEGL EFFECTS HAS A SPECIAL BRANCH THAT IS DEDICATED TO BE IN GIMP 3. It is going its own way from the current release of GEGL Effects

.dll is for Windows and .so is for Linux

If Individual linux binaries do not work then try disabling their executable status.

Remember to download all four binaries (bevel, innerglow, zzstrokebevelimage and gegleffectspending) or the main plugin will not work.

Location to put Binaries

Windows (may need to create "plug-ins" folder if it doesn't exist.)
C:\Users\USERNAME\AppData\Local\gegl-0.4\plug-ins

Linux
/home/(USERNAME)/.local/share/gegl-0.4/plug-ins

Linux (Flatpak)
/home/(USERNAME)/.var/app/org.gimp.GIMP/data/gegl-0.4/plug-ins

GEGL Effects November 27 2022 Build

11 Dec 13:31
c3816bb
Compare
Choose a tag to compare

THIS IS AN OLD STABLE RELEASE OF GEGL EFFECTS THAT CAN BE FOUND IN THE ARCHIVE HERE. DOWNGRADING CAN BREAK THE LATEST VERSION. ONLY DOWNGRADE IF YOU KNOW WHAT YOU ARE DOING.

https://github.com/LinuxBeaver/LinuxBeaver/releases/download/Gimp_GEGL_Plugins_download_page/GE_archives.zip

Versions even earlier then this exist in the archive. Including the first release ever (May 11 2022)

.dll is for Windows and .so is for Linux

If Individual linux binaries do not work then try disabling their executable status.

Remember to download all three (bevel, innerglow and gegleffects) or the main plugin will not work.

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)
/home/(USERNAME)/.var/app/org.gimp.GIMP/data/gegl-0.4/plug-ins