Post all Gimp scripts and script writing questions here
Post a reply

Re: GEGL Layer Effects and Text Styling filter

Sat Dec 23, 2023 4:41 pm

Thread hit a new page so now comes the usual.

GEGL Effects the text styling plugin in Gimp that also outlines images.
effects_example.png
effects_example.png (452.09 KiB) Viewed 4994 times


pasted_image011.png
pasted_image011.png (322.91 KiB) Viewed 4994 times


AI GEGL Effects download is here. It calls AI through bash
download/file.php?id=70513

Normal GEGL Effects without AI is here
https://github.com/LinuxBeaver/GEGL-Eff ... L/releases

Re: GEGL Layer Effects and Text Styling filter

Wed Dec 27, 2023 1:53 am

It has come to my attention that people are mass downloading old versions of GEGL Effects from May-June 2022 on Gimpchat. These versions do not have AI or half the features the newer versions have. Infact that was back when Inner Glow had a nasty bug that created a border sometimes or even before Inner Glow existed.

Re: GEGL Layer Effects and Text Styling filter

Sat Dec 30, 2023 5:33 pm

This bash plugin was not working for a lot of people because the REMBG command changed recently or at least in the past year. months. Here is a list of both rembg commands.

Latest REMBG is
Code:
rembg i /tmp/in.png /tmp/out.png


2022 REMBG is
Code:
rembg /tmp/in.png -o /tmp/out.png


The bash plugin both stand alone and GEGL Effects version updated today. To contain the newest line of code for REMBG in default. This does not count as a new version release.

Re: GEGL Layer Effects and Text Styling filter

Sun Dec 31, 2023 4:23 pm

We now have a Flatpak build of GEGL Effects with bash AI but it requires manually editing two files.

viewtopic.php?f=9&t=20652&p=286240#p286240

Re: GEGL Layer Effects and Text Styling filter

Mon Jan 01, 2024 3:49 pm

viewtopic.php?f=9&t=20691

This thread shows GEGL Effects doing non-destructive editing in CMYK Student's special Gimp build

editable_fun.png
editable_fun.png (1016.44 KiB) Viewed 4860 times


effects_NDE.png
effects_NDE.png (1.11 MiB) Viewed 4860 times

Re: GEGL Layer Effects and Text Styling filter

Wed Jan 03, 2024 2:22 pm

The build all .sh files for Windows and Linux updated. It apparently was broken for at least several months. Now it is very easy to compile GEGL Effects on Windows and Linux. But remember compiling is optional as prebuilt binaries exist.

build_all_fun.png
build_all_fun.png (57.84 KiB) Viewed 4833 times


If you are on Windows with MySys2 the folder would be Windows_Binaries

Re: GEGL Layer Effects and Text Styling filter

Sun Feb 11, 2024 11:14 am

The AI version of this plugin is getting a very tiny update in order to prevent a memory leak on the Cinnamon Desktop.

The line
Code:
#define geglwithanything \
" GEGL Box after Bash   "


was given # in front of it.

Code:
#define geglwithanything \
" #GEGL Box after Bash   "



Non-AI versions of this plugin have not updated. This change is completely non-noticeable.

Re: GEGL Layer Effects and Text Styling filter

Wed Mar 13, 2024 3:13 pm

The AI through bash version of GEGL Effects and advance text styling version of GEGL Effects for now are discontinued, as they only are useful on Gimp 2.10. If you want AI in Gimp just use this plugin stand alone here.
https://github.com/LinuxBeaver/AI_in_Gi ... ling_bash/


March 11 2024 Stable is the latest build of GEGL Effects that no longer clips in Gimp 2.99.18+ is here.

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

311592243-377f2a12-1858-4266-b76d-f6e261393083.png
311592243-377f2a12-1858-4266-b76d-f6e261393083.png (386.31 KiB) Viewed 3035 times

Re: GEGL Layer Effects and Text Styling filter

Tue May 07, 2024 5:45 pm

GEGL Effects May 4th 2024 update is released. It is slightly slower then previous releases but it finally solved the color update clip bug without a checkbox or color delay bug. Ready Binaries and code for Windows and Linux are here

https://github.com/LinuxBeaver/Gimp_Lay ... n/releases

This release has no noticeable changes but is a HUGE UPDATE for GIMP 2.99.19/GIMP 3 RC1 users that deal with clipping with my plugins.
Post a reply