It is currently Tue Jun 25, 2024 9:13 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 40 posts ]  Go to page Previous  1, 2
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: 2435
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 1055 times ]


Do you give binary updates any more ?

_________________
Image


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: 1446
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: 1446
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 983 times ]
custombevel.zip [38.9 KiB]
Downloaded 60 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: 1446
Custom Bevel has a new promo


Attachments:
framed_GEGL3.png
framed_GEGL3.png [ 1.34 MiB | Viewed 982 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: 1446
Attachment:
custom_bevel_yo.png
custom_bevel_yo.png [ 413.17 KiB | Viewed 943 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: 1446
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: 1446
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 857 times ]


Attachment:
dd.png
dd.png [ 272.89 KiB | Viewed 857 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: 1446
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 821 times ]

Attachment:
pasted_image280.png
pasted_image280.png [ 197.71 KiB | Viewed 821 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: 1446
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: 3995
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 new topic Reply to topic  [ 40 posts ]  Go to page Previous  1, 2

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