It is currently Tue Jun 23, 2026 2:11 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 87 posts ]  Go to page 1, 2, 3, 4, 5  Next
Author Message
 Post subject: Download all 90 GEGL plugins of mine to prevent a GIMP 3 crash
PostPosted: Fri Nov 29, 2024 2:00 pm  (#1) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2012
I found a new crash in GIMP 3 that happens with image upload based GEGL plugins of mine. Technically only 35+ something plugins updated but I decided to just wrap all 90 plugins; which is everything. It is not likely most users will trigger the crash but here's the fix. The crash force closes GIMP so you'd lose all work if it happens.

Image

All 90+ GEGL plugins below - crash free

Attachment:
LinuxBinaries.zip [811.44 KiB]
Downloaded 3568 times


Attachment:
WindowsBinaries.zip [3.19 MiB]
Downloaded 4020 times


Attachment:
source_code_of_all_GEGL_plugins.zip [2.62 MiB]
Downloaded 3359 times


Also off topic this ships with my new plugin Text Logo Maker, my new text styling engine that is simpler then GEGL Effects but faster, much faster when doing live text editing. Above you can see a pic of it.

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


--
Also I wouldn't mind using this thread to discuss the weakness of GEGL plugins. Unlike normal plugins they actually crash GIMP when they crash, always without exception as they are not independent/containerized like script fu, gmic and python stuff. The only way GIMP team can fix this is to make a container for GEGL plugins like script fu and python have but that would take A LOT of work.


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: Download all 90 GEGL plugins of mine to prevent a GIMP 3 crash
PostPosted: Fri Nov 29, 2024 3:50 pm  (#2) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16042
I don't know if you can containerize them if they are utilized in non destructive layer effects Beaver. Because it seems if any GEGL plug-in that is used on a layer effect fails, then that effect will also become void as well.

Maybe if you could merge layer effects to contain them in case of a crash, and then unmerge them if they needed to be adjusted? Perhaps merging them before a crash.

Thanks for the update by the way.

I have not had any issues with your last set of plug-ins but i will replace them just in case.

_________________
Image


Top
 Post subject: Re: Download all 90 GEGL plugins of mine to prevent a GIMP 3 crash
PostPosted: Mon Dec 02, 2024 6:28 am  (#3) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2642
Location: Poland
@contrast_

It's great to be able to download all your filters from GimpChat too.
Gegl has a description of the operations:
https://gegl.org/operations/
Are you planning something similar for your plugins?

_________________
Image


Top
 Post subject: Re: Download all 90 GEGL plugins of mine to prevent a GIMP 3 crash
PostPosted: Mon Dec 02, 2024 7:26 am  (#4) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2012
MareroQ wrote:
@contrast_

It's great to be able to download all your filters from GimpChat too.
Gegl has a description of the operations:
https://gegl.org/operations/
Are you planning something similar for your plugins?


Every Github profile has descriptions of my plugins, even GimpChat pages talk about them. I don't know if I should mimic Pippin's format at gegl.org.


Top
 Post subject: Re: Download all 90 GEGL plugins of mine to prevent a GIMP 3 crash
PostPosted: Mon Dec 02, 2024 7:44 am  (#5) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2642
Location: Poland
The Pippin format has the advantage of listing the next variables and their scope. If this cannot be achieved semi-automatically from the source file (.c) then I understand that for 91 filters it is too tedious a task. :crash

_________________
Image


Top
 Post subject: Re: Download all 90 GEGL plugins of mine to prevent a GIMP 3 crash
PostPosted: Mon Dec 02, 2024 11:39 am  (#6) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2012
its very easy now for me to compile all my plugins. Back in 2023 I had a sloppy disorganized workflow now things are type/click and go

Attached is latest source code and binaries of everything (except bash plugin), no emergency if you already updated here. Just a few new filters like Orton and minor changes elsewhere

Attachment:
source_code_of_all_GEGL_plugins.zip [3.67 MiB]
Downloaded 3355 times

Attachment:
LinuxBinaries.zip [824.04 KiB]
Downloaded 3299 times

Attachment:
WindowsBinaries.zip [3.25 MiB]
Downloaded 3284 times


Top
 Post subject: Re: Download all 90 GEGL plugins of mine to prevent a GIMP 3 crash
PostPosted: Mon Dec 02, 2024 2:20 pm  (#7) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2642
Location: Poland
In case of duplicate plugins or scripts, the first one encountered is loaded.
I wonder how it looks in the case of Gegl in Gimp 3?
Are your plugin updates included in the filters available by default in Gimp 3?
A lot of messages (I know they were always there, but they have increased significantly)


Attachments:
Gegl Critical.png
Gegl Critical.png [ 47.62 KiB | Viewed 47346 times ]

_________________
Image
Top
 Post subject: Re: Download all 90 GEGL plugins of mine to prevent a GIMP 3 crash
PostPosted: Mon Dec 02, 2024 2:29 pm  (#8) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2012
MareroQ wrote:
In case of duplicate plugins or scripts, the first one encountered is loaded.
I wonder how it looks in the case of Gegl in Gimp 3?
Are your plugin updates included in the filters available by default in Gimp 3?
A lot of messages (I know they were always there, but they have increased significantly)


There should only be one of each plugin without duplicates


Top
 Post subject: Re: Download all 90 GEGL plugins of mine to prevent a GIMP 3 crash
PostPosted: Mon Dec 02, 2024 2:56 pm  (#9) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2012
MareroQ wrote:
In case of duplicate plugins or scripts, the first one encountered is loaded.
I wonder how it looks in the case of Gegl in Gimp 3?
Are your plugin updates included in the filters available by default in Gimp 3?
A lot of messages (I know they were always there, but they have increased significantly)

No none of my plugins are default in GIMP 3.

The defaults are "Styles", "Inner Glow" and "Bevel" and they are gegl: namespaced, not lb: name spaced.


Top
 Post subject: Re: Download all 90 GEGL plugins of mine to prevent a GIMP 3 crash
PostPosted: Wed Dec 04, 2024 2:21 pm  (#10) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2661
Location: California
Thanks for the plugins. I will save them and use them when gimp 3.0 is officially released.


Top
 Post subject: Re: Download all 90 GEGL plugins of mine to prevent a GIMP 3 crash
PostPosted: Wed Dec 04, 2024 4:33 pm  (#11) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2012
Latest Update, Inner Glow and Misc Bevel Collect updated to use a crop with aux.

Attachment:
LinuxBinaries_all_plugins.zip [4.22 MiB]
Downloaded 3294 times


Attachment:
WindowsBinaries_all_plugins.zip [3.22 MiB]
Downloaded 3242 times


Attachment:
source_code_of_all_GEGL_plugins.zip [3.66 MiB]
Downloaded 3253 times


Top
 Post subject: Re: Download all 90 GEGL plugins of mine to prevent a GIMP 3 crash
PostPosted: Thu Dec 05, 2024 8:52 pm  (#12) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2012
Let me clarify. Micro updates to my plugins happen all the time like this I just wait for many of them before alerting the public. Now I tell everyone every time something little changes.

GEGL Effects image opacity switch was broke this update fixes it. Other then that no changes have been made. The latest GEGL Effects is Dec 5 2024

Attachment:
LinuxBinaries_all_plugins.zip [4.22 MiB]
Downloaded 3272 times

Attachment:
WindowsBinaries_all_plugins.zip [3.22 MiB]
Downloaded 3268 times

Attachment:
source_code_of_all_GEGL_plugins.zip [3.66 MiB]
Downloaded 3225 times


Top
 Post subject: Re: Download all 90 GEGL plugins of mine to prevent a GIMP 3 crash
PostPosted: Fri Dec 06, 2024 9:11 pm  (#13) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2012
1. Photo to Cartoon 2 had a mistake where it used the GEGL name space (gegl: was changed to lb:)

2. Mini shape inprints was added

No other changes and from here on I'm only going to alert on updates when something big happens this is getting ridiculously but mini updates like this happen all the time I just keep quiet and only alert the public when serious updates happen.

Attachment:
source_code_of_all_GEGL_plugins.zip [3.66 MiB]
Downloaded 3252 times


Attachment:
LinuxBinaries_all_plugins.zip [4.23 MiB]
Downloaded 3250 times


Attachment:
WindowsBinaries_all_plugins.zip [3.25 MiB]
Downloaded 4474 times


Top
 Post subject: Re: Download all 90 GEGL plugins of mine to prevent a GIMP 3 crash
PostPosted: Sat Mar 08, 2025 4:32 am  (#14) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2012
GEGL's lead developer broke presets on GEGL inner glow and all plugins of mine that use it. Including GEGL effects.

If you update the presets will load accurate. If you don't update all GEGL inner glow presets above 1.0 will be set to 0.5 making them semi translucent. That's all the March 8 2025 GEGL Effects update goes

Attachment:
LinuxBinaries_all_plugins.zip [862.47 KiB]
Downloaded 3365 times


Attachment:
WindowsBinaries_all_plugins.zip [3.4 MiB]
Downloaded 3295 times


Attachment:
source_code_of_all_GEGL_plugins.zip [4.11 MiB]
Downloaded 3245 times


Top
 Post subject: Re: Download all 90 GEGL plugins of mine to prevent a GIMP 3 crash
PostPosted: Sat Mar 08, 2025 7:46 pm  (#15) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16042
Thank you for the updated plug-ins Beaver.

_________________
Image


Top
 Post subject: Re: Download all 90 GEGL plugins of mine to prevent a GIMP 3 crash
PostPosted: Mon Mar 17, 2025 8:05 pm  (#16) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2012
Download to all plugins of mine updated March-16-2025

This may be the final update ever, two things changed so far.

1. A breakage with my plugin GEGL Metallic was fixed
2. Edge Bevel was updated to use a different default preset


Attachment:
LinuxBinaries_all_plugins.zip [3.4 MiB]
Downloaded 3243 times


Attachment:
WindowsBinaries_all_plugins.zip [5.96 MiB]
Downloaded 3302 times


Attachment:
source_code_of_all_GEGL_plugins.zip [2.81 MiB]
Downloaded 3846 times



Now that GIMP 3's released I can a guarantee stability on that particular version of GIMP forever.


Top
 Post subject: Re: Download all 90 GEGL plugins of mine to prevent a GIMP 3 crash
PostPosted: Fri Mar 28, 2025 11:29 pm  (#17) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2012
In this update I renamed three filters without breaking non-destructive edits or presets. The operation name is still the same but titles and sliders are different

Bevel (to blend) now has different slider names with a working azimuth slider

Sharp Bevel was renamed to Sharp Chamfer Bevel

Custom Bevel was renamed to Bump Bevel

Image

Image

Attachment:
source_code_of_all_GEGL_plugins.zip [2.82 MiB]
Downloaded 3270 times


Attachment:
LinuxBinaries_all_plugins.zip [3.41 MiB]
Downloaded 3287 times


Attachment:
WindowsBinaries_all_plugins.zip [3.46 MiB]
Downloaded 3384 times


Top
 Post subject: Re: Download all 90 GEGL plugins of mine to prevent a GIMP 3 crash
PostPosted: Wed Apr 16, 2025 4:52 pm  (#18) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2012
Source code and binaries of over 105+ GEGL plugins.

Image

Image

1. A new version of GEGL Effects is released called just "GEGL Effects" (lb:effects)it can co-exist with all the others versions of GEGL Effects. It has a better outline only ability and easier to use gradient. One new thing about it is that it locks sliders that require a checkbox to use. meaning certain sliders will not move until their checkbox is active.

2. a filter called "Day one" was released which is a mimick of GEGL Effects the day it was first released May 11 2022

3.a generic plugin called "outline" that does an outline and nothing else was released based on one of the first proto plugins I made but never released. Though the code was rewritten from scratch

4. A important but unnoticable change is that GEGL Effects Classic edition (lb:layereffects) was modified so it no longer applies emboss at 1% at startup. The vast majority of users of this plugin will not notice the difference because it is obviously difficult to see a filter applied at 1%.

Attachment:
source_code_of_all_GEGL_plugins.zip [2.87 MiB]
Downloaded 3224 times


Attachment:
LinuxBinaries_all_plugins.zip [3.51 MiB]
Downloaded 3165 times


Attachment:
WindowsBinaries_all_plugins.zip [3.64 MiB]
Downloaded 3277 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

Then restart GIMP and go to filters>generic>text styling and filters>render>fun as well as GEGL operation drop down list and other misc places to find them.


Top
 Post subject: Re: Download all 90 GEGL plugins of mine to prevent a GIMP 3 crash
PostPosted: Fri Apr 18, 2025 3:02 pm  (#19) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2012
Update includes all 105+ GEGL plugins on their latest versions. I confirmed all of them work on Windows 10 64bit. But Engrave was excluded from Windows due to paranoia of a crash in GIMP 2.10

Attachment:
LinuxBinaries_all_plugins.zip [3.53 MiB]
Downloaded 3238 times


Attachment:
WindowsBinaries_all_plugins.zip [3.68 MiB]
Downloaded 3334 times


Attachment:
source_code_of_all_GEGL_plugins.zip [2.87 MiB]
Downloaded 3252 times


If Windows users want to download engrave due so manually at your own risk here
https://github.com/LinuxBeaver/GEGL-GIM ... e/releases


Top
 Post subject: Re: Download all 90 GEGL plugins of mine to prevent a GIMP 3 crash
PostPosted: Fri Apr 18, 2025 3:32 pm  (#20) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2642
Location: Poland
I'm very surprised by Your comment because the plugin "Engrave Image" works perfectly in Gimp-2.10 Win10 after Your last fix.

_________________
Image


Top
Post new topic Reply to topic  [ 87 posts ]  Go to page 1, 2, 3, 4, 5  Next

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group