It is currently Sat May 11, 2024 12:25 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 40 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: GEGL Custom Bevel - Change internal blend modes, blur types & more
PostPosted: Tue Sep 06, 2022 10:27 pm  (#1) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1423
THE LATEST VERSION OF CUSTOM BEVEL HERE (2023) is here.
https://github.com/LinuxBeaver/GEGL-Cus ... l/releases

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


--original post--

https://github.com/LinuxBeaver/GEGL-Custom-Bevel

Custom Bevel is a new filter that can do all sorts of things. It may eventually deprecate clay bevel one day. It is like clay bevel except you can choose between a lot more, Including GEGL blend modes on the emboss. Six blending options exist -- "multiply, hardlight, colordodge, plus, darken, lighten. This is NOT the same as the final/master blend mode that uses Gimp blend modes for every GEGL filter. What Custom Bevel does is changes the blend mode of the emboss filter to one of six blend modes. This can create all kinds of interesting results.

This filter can also change the internal median shape (which doesn't do much) and choose between an internal box blur and gaussian blur or both to make the bevel. For some reason lens-blur causes the graph to glitch even if used on its own so sadly I had to disclude it. Gimp developer Liam (barefootliam) helped me add the switchable blend mode options and from what we know now it cannot use Gimp blend modes; only GEGL blend modes. There might be a way but I don't know how to do it.

Lastly, certain settings in Custom Bevel (mostly with box blur) can create a chisel edged bevel that is neither like clay nor glossy balloon. There is also another type of bevel it does that I don't know how to explain. LOL, So check that out!

Enjoy custom bevel.

Image


Image

Image

Image

Image

Image

Image

Image

Here is its graph. Replace hard-light with plus, darken, lighten, color-dodge, multiply, to see the blend mode changes replicated.
median-blur neighborhood=diamond radius=-10  alpha-percentile=-90
box-blur radius=6
gaussian-blur std-dev-x=1 std-dev-y=1
id=1 hard-light  aux=[  ref=1 emboss azimuth=23 elevation=11 depth=37 ]
opacity value=4

mean-curvature-blur iterations=4

unsharp-mask scale=0.0


Last edited by contrast_ on Fri Feb 23, 2024 12:39 am, edited 5 times in total.

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: Custom Bevel - Change internal emboss blend modes, Blur types and
PostPosted: Tue Sep 06, 2022 11:13 pm  (#2) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1423
Also this is my final filter for real with one exception. The only thing I will be doing is maintain and improving existing filters and trying to recreate GEGL Effects as GEGL Styles (which will be the same filter as just one binary) with more features. GEGL Styles may or may not ever come into existence but lets hope it does.


Top
 Post subject: Re: Custom Bevel - Change internal emboss blend modes, Blur types and
PostPosted: Wed Sep 07, 2022 1:03 am  (#3) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4050
It has some impressive points to it. I've yet to figure out how it will possibly replace balloon, since the roundness is "almost" there but not completely. At least not yet.

Good work!

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
 Post subject: Re: Custom Bevel - Change internal emboss blend modes, Blur types and
PostPosted: Wed Sep 07, 2022 5:08 am  (#4) 
Offline
GimpChat Member
User avatar

Joined: Apr 15, 2017
Posts: 1826
Not too shabby.

Attachment:
custom-bevel.png
custom-bevel.png [ 190.41 KiB | Viewed 2092 times ]


Top
 Post subject: Re: Custom Bevel - Change internal emboss blend modes, Blur types and
PostPosted: Wed Sep 07, 2022 5:54 am  (#5) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Attachment:
C_Bevel_RD.png
C_Bevel_RD.png [ 184.15 KiB | Viewed 2084 times ]


Not too bad. :)

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Custom Bevel - Change internal emboss blend modes, Blur types and
PostPosted: Wed Sep 07, 2022 7:26 am  (#6) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1423
mahvin wrote:
It has some impressive points to it. I've yet to figure out how it will possibly replace balloon, since the roundness is "almost" there but not completely. At least not yet.

Good work!


Thanks. :tyspin
Glossy Balloon has an extra internal median and extra internal gaussian blur. Balloon and Clay both use the multiply blend mode. So if anything Custom Bevel replaces Clay when used on the multiply setting.


Top
 Post subject: Re: Custom Bevel - Change internal emboss blend modes, Blur types and
PostPosted: Fri Sep 09, 2022 10:21 pm  (#7) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1423
Custom Bevel is going to get a color overlay and then I am going to move on to the finale filter. GEGL Styles.

It will be difficult to add a color overlay without hidden ZZOperations but I am determined to do it!


Top
 Post subject: Re: Custom Bevel - Change internal emboss blend modes, Blur types and
PostPosted: Sat Sep 10, 2022 12:25 am  (#8) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1423
Update is done.

Custom Bevel now has a "forced" color overlay.

The color overlay is not as quality as manually setting a color before because it comes after the blend mode not before it. The only way to make a color-overlay come before the blend mode is to do more work and I am not interested as it is good enough and users can do things like this.

Image


The same problem technically applies to clay but it is not noticeable because both clay and the color overlay are using the multiply blend mode.


Last edited by contrast_ on Fri Feb 23, 2024 12:40 am, edited 1 time in total.

Top
 Post subject: Re: Custom Bevel - Change internal emboss blend modes, Blur types and
PostPosted: Sat Sep 10, 2022 11:36 am  (#9) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4050
Image

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
 Post subject: Re: Custom Bevel - Change internal emboss blend modes, Blur types and
PostPosted: Sat Sep 10, 2022 3:08 pm  (#10) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1423
mahvin wrote:
[ Image ]

You are welcome!

We just got an emergency update that prevents the median radius from going beyond 0 into negative digits. This prevents unwanted bump effects in the bevel.


Top
 Post subject: Re: Custom Bevel - Change internal emboss blend modes, Blur types and
PostPosted: Sat Sep 10, 2022 5:39 pm  (#11) 
Offline
GimpChat Member
User avatar

Joined: Apr 15, 2017
Posts: 1826
Cool, thanks!

Attachment:
cbevel.png
cbevel.png [ 186.37 KiB | Viewed 1329 times ]


Top
 Post subject: Re: GEGL Custom Bevel - Change internal blend modes, blur types & more
PostPosted: Sun Sep 11, 2022 6:00 am  (#12) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Is there a way to tab or add scrollbars to GEGL filters before compile contrast?

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: GEGL Custom Bevel - Change internal blend modes, blur types & more
PostPosted: Sun Sep 11, 2022 6:54 am  (#13) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1423
Rod wrote:
Is there a way to tab or add scrollbars to GEGL filters before compile contrast?


I am talking to a Gimp dev about adding tabs to the currently non-existent GEGL Styles filters. This is what it will be like. If successful.
Image


Top
 Post subject: Re: GEGL Custom Bevel - Change internal blend modes, blur types & more
PostPosted: Sun Sep 11, 2022 7:59 am  (#14) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
contrast_ wrote:
Rod wrote:
Is there a way to tab or add scrollbars to GEGL filters before compile contrast?


I am talking to a Gimp dev about adding tabs to the currently non-existent GEGL Styles filters. This is what it will be like. If successful.
[ Image ]

Excellent! :bigthup
-------------------------------------------
This is one with custom bevel and 3D extrusion. With a GEGL gausian blurred shadow as well. I also used one of your texture images contrast. Thank you for those as well.

Font is called "Know Your Product" From defont.com

Attachment:
Rocky-Custom-Bevel-3D-Extrude_RD.png
Rocky-Custom-Bevel-3D-Extrude_RD.png [ 329.83 KiB | Viewed 1281 times ]

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: GEGL Custom Bevel - Change internal blend modes, blur types & more
PostPosted: Fri Sep 16, 2022 2:21 pm  (#15) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1423
FEATURE UPDATE - Custom bevel now has 3 new blend modes. They are all Gimp blend modes.


Image

Image

Image

Image


Last edited by contrast_ on Fri Feb 23, 2024 12:40 am, edited 1 time in total.

Top
 Post subject: Re: GEGL Custom Bevel - Change internal blend modes, blur types & more
PostPosted: Fri Sep 16, 2022 2:23 pm  (#16) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1423
Image
Overlay can do some interesting things like glossy text.


Top
 Post subject: Re: GEGL Custom Bevel - Change internal blend modes, blur types & more
PostPosted: Fri Sep 16, 2022 8:39 pm  (#17) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1423
It now has Gimp's addition blend mode and a Image File and Recolor blend mode (which is actually just emboss alone)


Top
 Post subject: Re: GEGL Custom Bevel - Change internal blend modes, blur types & more
PostPosted: Sat Sep 17, 2022 6:28 pm  (#18) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2607
Location: California
Is this available for windows users?


Top
 Post subject: Re: GEGL Custom Bevel - Change internal blend modes, blur types & more
PostPosted: Sat Sep 17, 2022 7:54 pm  (#19) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
mackenzieh wrote:
Is this available for windows users?


Attachment:
cbevelWin64_RD.7z [31.8 KiB]
Downloaded 67 times


Place the cbevel.dll file in your C:\\Users\<YOURNAME>\AppData\Local\gegl-4.0\plugins folder and restart Gimp.

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: GEGL Custom Bevel - Change internal blend modes, blur types & more
PostPosted: Sun Sep 18, 2022 9:46 am  (#20) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1423
Custom Bevel and GEGL Effects are my best two (technically four) filters. Since Effects comes with another generic bevel and inner glow. Everything else I made is just "too specialized". Where as these four filters (effects, custom-bevel, bevel, innerglow) are generic and designed to do a multitude of task.

If any new comers want to try my third party GEGL Filters. These are the ones I recommend the most.


Top
Post new topic Reply to topic  [ 40 posts ]  Go to page 1, 2  Next

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) GEGL Color Light Fusion (12 blend modes for color overlay)

9

No new posts Attachment(s) Is there anyway to add blend modes inbetween operations in Bimp?

2

No new posts Attachment(s) How to reproduce Gimp's levels using blend modes of color fills

0

No new posts Attachment(s) GEGL Edge Only Bevel (part of MISC BEVEL COLLECTION)

7

No new posts Attachment(s) GEGL Outline Glow Types - potential plugin idea

1



* Login  



Powered by phpBB3 © phpBB Group