It is currently Sat Aug 01, 2026 12:58 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 45 posts ]  Go to page Previous  1, 2, 3  Next
Author Message
 Post subject: Re: GEGL Custom Bevel - Change internal blend modes, blur types & more
PostPosted: Sun Feb 12, 2023 7:04 am  (#31) 
Offline
GimpChat Member

Joined: Mar 04, 2011
Posts: 2610
Just a remark, but at the moment, the code here: https://github.com/LinuxBeaver/GEGL-Custom-Bevel cbevel.c is a month old and the optional_binary_linux cbevel.so is 3 months old.

Attachment:
update.jpg
update.jpg [ 59.16 KiB | Viewed 3797 times ]


Do you give binary updates any more ?


Top
 Post subject: Re: GEGL Custom Bevel - Change internal blend modes, blur types & more
PostPosted: Sun Feb 12, 2023 1:13 pm  (#32) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2013
The new binaries are on the release section. Windows and Linux included.

https://github.com/LinuxBeaver/GEGL-Cus ... l/releases


Top
 Post subject: Re: GEGL Custom Bevel - Change internal blend modes, blur types & more
PostPosted: Mon Mar 06, 2023 12:15 pm  (#33) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2013
Windows Binaries here.

NOTE ALL WINDOWS BINARIES ARE ALSO FOUND ON THE GITHUB RELEASE SECTION.
https://github.com/LinuxBeaver/GEGL-Cus ... l/releases

Put the file in
C:\Users\AppData\Local\gegl-0.4\plug-ins

and create the `plug-ins` folder if it doesn't exist.


- btw the reason I am releasing these binaries here is because I am convinced I will not be doing much if any updates to my filters. And These are the final versions.


Attachments:
cb.png
cb.png [ 300.64 KiB | Viewed 3725 times ]
custombevel.zip [38.9 KiB]
Downloaded 182 times
Top
 Post subject: Re: GEGL Custom Bevel - Change internal blend modes, blur types & more
PostPosted: Mon Mar 06, 2023 1:07 pm  (#34) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2013
Custom Bevel has a new promo


Attachments:
framed_GEGL3.png
framed_GEGL3.png [ 1.34 MiB | Viewed 3724 times ]
Top
 Post subject: Re: GEGL Custom Bevel - Change internal blend modes, blur types & more
PostPosted: Thu Apr 06, 2023 4:37 pm  (#35) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2013
Attachment:
custom_bevel_yo.png
custom_bevel_yo.png [ 413.17 KiB | Viewed 3685 times ]



I hope users are in the mindset that custom bevel combined with image file overlays can do stuff like this.


Top
 Post subject: Re: GEGL Custom Bevel - Change internal blend modes, blur types & more
PostPosted: Sun Jun 04, 2023 7:50 pm  (#36) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2013
The latest version of custom bevel now hides advance features to make the GUI more simple. Other then that no changes have been made. Regardless I consider this an important update.

Windows and Linux binaries download here
https://github.com/LinuxBeaver/GEGL-Cus ... stom_Bevel

Directory 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


Top
 Post subject: Re: GEGL Custom Bevel - Change internal blend modes, blur types & more
PostPosted: Fri Aug 25, 2023 4:45 pm  (#37) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2013
Image preview of Custom Bevel being called inside my layer effects engine.

Attachment:
261867728-636834c7-0932-4259-a880-151eb38a0e51.png
261867728-636834c7-0932-4259-a880-151eb38a0e51.png [ 966.89 KiB | Viewed 3599 times ]


Attachment:
dd.png
dd.png [ 272.89 KiB | Viewed 3599 times ]


Custom Bevel and many other plugins of mine can now be used inside an experimental branch of GEGL Effects along with other major text styling plugins of mine. This version of GEGL Effects will replace default GEGL Effects if you already have it. OVERWRITE ALL BINARIES.

Read instructions to download it is not in the normal release section.

Source Code
https://github.com/LinuxBeaver/GEGL-Eff ... tal-update

Windows Binaries
https://github.com/LinuxBeaver/GEGL-Eff ... naries.zip

Linux Binaries
https://github.com/LinuxBeaver/GEGL-Eff ... naries.zip


LOCATION TO PUT BINARIES. THEY DO NOT GO IN THE DEFAULT PLUGINS DIRECTORY



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


Top
 Post subject: Re: GEGL Custom Bevel - Change internal blend modes, blur types & more
PostPosted: Sun Oct 15, 2023 3:19 pm  (#38) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2013
https://github.com/LinuxBeaver/GEGL-Cus ... l/releases

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

Custom Bevel updated and got a new version and modes that changes colors regardless of original text color, and it now has a slider to work on dark bevels. Dark bevels work best with Multiply and Overlay blend mode.


Here is a preview underlining all new features in Custom Bevel.
Attachment:
cb_bevels.png
cb_bevels.png [ 425.32 KiB | Viewed 3563 times ]

Attachment:
pasted_image280.png
pasted_image280.png [ 197.71 KiB | Viewed 3563 times ]


Custom bevel is taking advantage of something I just recently learned. GEGL's ability to update plugins without breaking presets by putting the old version in a drop down list. All plugins that use Custom Bevel will be fine regardless if you update or not. Modern Custom Bevel and Classic look exactly the same but under the hood their is more elegant code. The most noticeable features users will notice when updating is color bevel mode and dark bevel slider.

Every plugin of mine that used custom bevel as a dependency on Github also updated. You will know you have the latest version of custom bevel by seeing the "classic" and "modern" modes in the GUI.


Top
 Post subject: Re: GEGL Custom Bevel - Change internal blend modes, blur types & more
PostPosted: Wed Nov 01, 2023 2:12 pm  (#39) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2013
https://github.com/LinuxBeaver/GEGL-Cus ... l/releases

CRASH FIX

I was notified by a user that the version of Custom Bevel released from Oct 15 2023 till now (the past 17 days ) was broken on Windows Gimp 2.10.34 rev 2. I now identified the bug and fixed it. This line of code was invalid and crashing Gimp


INVALID CODE that crashed Gimp

  medianbookmark    = gegl_node_new_child (gegl,
                                  "operation", "gegl:median-blur", "radius", 30, 100.0,
                                  NULL);


CORRECT CODE
  medianbookmark    = gegl_node_new_child (gegl,
                                  "operation", "gegl:median-blur", "radius", 30, "alpha-percentile", 100.0,
                                  NULL);


If Custom Bevel crashes Gimp, updating will fix the problem. No changes have been made but that. for some reason it does not crash Linux.


Top
 Post subject: Re: GEGL Custom Bevel - Change internal blend modes, blur types & more
PostPosted: Sun Nov 05, 2023 2:55 pm  (#40) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4527
Location: Canada
Wow I just read intro tutorial to GEGL and it's ability to preview result live is kick-butt awesome.
I am reading this now.
https://developer.gimp.org/resource/gegl_operations/
Hopefully I can eventually feel as comfortable with it as I do python GIMP.
That would be amazing.

_________________
TinT


Top
 Post subject: Re: GEGL Custom Bevel - Change internal blend modes, blur types & more
PostPosted: Fri Feb 06, 2026 10:05 am  (#41) 
Offline
New Member

Joined: Feb 06, 2026
Posts: 2
Where should I install the source files for GEGL Custom Bevel by LinuxBeaver? I am using Windows 10 OS and Gimp 2.10.36

Thank you.


Top
 Post subject: Re: GEGL Custom Bevel - Change internal blend modes, blur types & more
PostPosted: Fri Feb 06, 2026 10:28 pm  (#42) 
Offline
Administrator
User avatar

Joined: Aug 10, 2012
Posts: 14142
Location: Native to NYC living in Arizona, Gimp 2.8 - 3.0, Win 11 PC.
Orangery wrote:
Where should I install the source files for GEGL Custom Bevel by LinuxBeaver? I am using Windows 10 OS and Gimp 2.10.36

Thank you.

Install GEGL Custom Bevel in the GEGL plugins folder,
(not the normal GIMP plugin folder).

I believe the Windows 10 (GIMP 2.10.x) path is:
C:\Users<username>\AppData\Local\gegl-0.4\plug-ins\

Place the entire plugin folder there,
restart GIMP.

You should then find it under:
Filters → Generic → Custom Bevel (GEGL)

_________________
Image
"A wise man learns more from a foolish question than a fool can learn from a wise answer"
Image


Top
 Post subject: Re: GEGL Custom Bevel - Change internal blend modes, blur types & more
PostPosted: Sat Feb 07, 2026 6:30 am  (#43) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2013
On 2.10 its only found in gegl operations>custom bevel in the list, it only appears in the menu on GIMP 3.

Image

https://github.com/LinuxBeaver/GEGL-GIM ... /releases/

Binaries for Windows are here
https://github.com/LinuxBeaver/GEGL-GIM ... plugin.zip


Top
 Post subject: Re: GEGL Custom Bevel - Change internal blend modes, blur types & more
PostPosted: Sat Feb 07, 2026 11:09 am  (#44) 
Offline
New Member

Joined: Feb 06, 2026
Posts: 2
I seem to have got the plugin working following your advice but found it here:
Tools - GEGL Operation - Bump Bevel (lb:custom-bevel).

I created some interesting effects but was unable to reproduce what I did in 2013:
Attachment:
CopTemp3z.png
CopTemp3z.png [ 230.95 KiB | Viewed 1548 times ]


From this flat image:
Attachment:
CopTemp3x.png
CopTemp3x.png [ 230.95 KiB | Viewed 1548 times ]


I'm beginning to think that I may have used some other plugin effect. All I have is references to Bevel Width, Azimuth, Elevation and Depth settings. The other thing I remember, was that the rendering of images was very slow. Any ideas?

Thank you,
Dave S.


Top
 Post subject: Re: GEGL Custom Bevel - Change internal blend modes, blur types & more
PostPosted: Sat Mar 21, 2026 1:17 pm  (#45) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2013
Attachment:
custombevel_windows_binaries_gegl_plugin.zip [1.08 MiB]
Downloaded 14 times


To compile on Windows you need the gettext environment provided here

https://github.com/LinuxBeaver/LinuxBea ... lugins.zip

LOCATION TO PUT GEGL PLUGIN BINARIES

Windows


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


Linux Download

Get it on Github code and binaries

https://github.com/LinuxBeaver/GEGL-GIM ... /releases/


Linux

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


Linux(Flatpak includes Chromebook)

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



Find the plugin in filters>Text Styling


Top
Post new topic Reply to topic  [ 45 posts ]  Go to page Previous  1, 2, 3  Next

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group