It is currently Sun Jun 30, 2024 4:09 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 19 posts ] 
Author Message
 Post subject: New GEGL Extrusion filter - USE THE BEHIND BLEND MODE!
PostPosted: Mon Jun 13, 2022 10:02 pm  (#1) 
Online
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1452
https://github.com/LinuxBeaver/GEGL-extrusion-effect/
GEGL is doing everything it can to do away with Adobe CC. This filter makes an extrusion effect with GEGL and even has the ability to change the lighting on the extrusion.
I hope everyone enjoys.
Image

Image

Image

Image

Image


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: New GEGL Extrusion filter - USE THE BEHIND BLEND MODE!
PostPosted: Tue Jun 14, 2022 5:02 am  (#2) 
Offline
GimpChat Member
User avatar

Joined: Apr 15, 2017
Posts: 1826
Very useful. Here it is with the help of pattern overlay in layer-fx.

Attachment:
extrude.png
extrude.png [ 216.68 KiB | Viewed 1689 times ]


Top
 Post subject: Re: New GEGL Extrusion filter - USE THE BEHIND BLEND MODE!
PostPosted: Tue Jun 14, 2022 7:24 am  (#3) 
Offline
GimpChat Member
User avatar

Joined: May 24, 2021
Posts: 787
Location: SEA - South East Asia
Out of curiosity, did you write your filter with "Filters/Map/Recursive transform"?
viewtopic.php?f=11&t=18573&start=440#p269048
or here chapter 5) Extrusion toward center viewtopic.php?f=4&t=19547&start=20#p269000

_________________
Patrice


Top
 Post subject: Re: New GEGL Extrusion filter - USE THE BEHIND BLEND MODE!
PostPosted: Tue Jun 14, 2022 7:40 am  (#4) 
Online
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1452
No the filter is based on zoom motion blur, threshold alpha, screen of edge detection, emboss and lighting filters.


Top
 Post subject: Re: New GEGL Extrusion filter - USE THE BEHIND BLEND MODE!
PostPosted: Tue Jun 14, 2022 7:42 am  (#5) 
Online
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1452
I could have made it where this filter doesn't require the behind blend mode but that would have taken a ton more work linking gegl refs and ids in C file. And it would not have the non-destructive ability of separating layers for those who prefer applying the effects on a layer below.


Top
 Post subject: Re: New GEGL Extrusion filter - USE THE BEHIND BLEND MODE!
PostPosted: Tue Jun 14, 2022 10:45 am  (#6) 
Offline
GimpChat Member
User avatar

Joined: May 24, 2021
Posts: 787
Location: SEA - South East Asia
contrast_ wrote:
No the filter is based on zoom motion blur, threshold alpha, screen of edge detection, emboss and lighting filters.


Ok :bigthup , thanks for your answer

_________________
Patrice


Top
 Post subject: Re: New GEGL Extrusion filter - USE THE BEHIND BLEND MODE!
PostPosted: Sun Jul 03, 2022 2:04 pm  (#7) 
Offline
GimpChat Member

Joined: Jan 13, 2022
Posts: 58
Windows 7 GIMP 2.8. I have GIMP 2.10 on another PC . Where is the code I need? How do I install? Do I need to put an extension or change extension after saving to the desk top using note pad? If someone could help.... Thank you.


Top
 Post subject: Re: New GEGL Extrusion filter - USE THE BEHIND BLEND MODE!
PostPosted: Sun Jul 03, 2022 2:41 pm  (#8) 
Offline
GimpChat Member

Joined: Jul 28, 2018
Posts: 1196
gimpmannew wrote:
Windows 7 GIMP 2.8. I have GIMP 2.10 on another PC . Where is the code I need? How do I install? Do I need to put an extension or change extension after saving to the desk top using note pad? If someone could help.... Thank you.


HI gimpmannew. Looks like the filter has not been compiled for Windows. If MareroQ or Mahvin don't do it once I get home, I will compile it.

For GIMP 2.10:
Version for Gimp-2.10.32 Win 64 Bit attached.
Place the file in Gegl plugins in a directory: C:\Users\YourName\AppData\Local\gegl-0.4\plug-ins
If you're missing the plugin-ins folder, create one.

In menu Tools➤GEGL Operation➤

I don't know if this version will work for the 2.8 version.
For GIMP
For GIMP 2.10:
Version for Gimp-2.8Win 64 Bit attached.
Place the file in Gegl plugins in a directory: C:\Program File8\GIMP 2\lib\gegl-0.4

_________________
https://www.deviantart.com/pocholo17
Image


Top
 Post subject: Re: New GEGL Extrusion filter - USE THE BEHIND BLEND MODE!
PostPosted: Sun Jul 03, 2022 9:37 pm  (#9) 
Offline
GimpChat Member

Joined: Jul 28, 2018
Posts: 1196
For GIMP 2.10:
Version for Gimp-2.10.32 Win 64 Bit attached.
Place the file in Gegl plugins in a directory: C:\Users\YourName\AppData\Local\gegl-0.4\plug-ins
If you're missing the plugin-ins folder, create one.

In menu Tools➤ GEGL Operation➤ Extrusion for styled text (Extrusion)


Attachments:
Gegl Extrusion.zip [74.9 KiB]
Downloaded 99 times

_________________
https://www.deviantart.com/pocholo17
Image
Top
 Post subject: Re: New GEGL Extrusion filter - USE THE BEHIND BLEND MODE!
PostPosted: Wed Aug 24, 2022 7:03 am  (#10) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
This is fun to play around with. :bigthup

Attachment:
Extrusion_RD-2022-08-24_074623.jpg
Extrusion_RD-2022-08-24_074623.jpg [ 320.47 KiB | Viewed 1024 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: New GEGL Extrusion filter - USE THE BEHIND BLEND MODE!
PostPosted: Wed Aug 24, 2022 9:51 pm  (#11) 
Online
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1452
Image

Yes, it rules with 3d text!


Top
 Post subject: Re: New GEGL Extrusion filter - USE THE BEHIND BLEND MODE!
PostPosted: Thu Aug 25, 2022 12:43 am  (#12) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
contrast_ wrote:
[ Image ]

Yes, it rules with 3d text!

Thx for showing the settings for thinner text styles. :bigthup I was having a very hard time with Garamond.

_________________
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: New GEGL Extrusion filter - USE THE BEHIND BLEND MODE!
PostPosted: Thu Aug 25, 2022 9:23 am  (#13) 
Online
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1452
Here is a good one I made a few months ago with clay and extrusion.

Image


Top
 Post subject: Re: New GEGL Extrusion filter - USE THE BEHIND BLEND MODE!
PostPosted: Fri Sep 09, 2022 10:28 am  (#14) 
Online
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1452
Gegl:extrusion has been updated.This update made quality feature changes and allows extrusion to use GEGL:Bevel and enable and disable the edge detection of screen if the user doesn't want it.

It also has no hidden zzoperations. However it now requires using GEGL Bevel (which it ships with)
Image
GEGL-extrusion works best with Gimp's 3d transform and my other bevel filters. If you have multiple copies of gegl:bevel it is perfectly fine. I have no plans on updating that filter as it could break tons of other things.

Enjoy!


Top
 Post subject: Re: New GEGL Extrusion filter - USE THE BEHIND BLEND MODE!
PostPosted: Fri Sep 09, 2022 10:30 am  (#15) 
Online
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1452
Oh yeah I changed the default preset as well.


Top
 Post subject: Re: New GEGL Extrusion filter - USE THE BEHIND BLEND MODE!
PostPosted: Fri Sep 09, 2022 5:47 pm  (#16) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Thx contrast. Win64 dll attached. :bigthup

File removed.

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


Last edited by Rod on Fri Sep 09, 2022 6:19 pm, edited 1 time in total.

Top
 Post subject: Re: New GEGL Extrusion filter - USE THE BEHIND BLEND MODE!
PostPosted: Fri Sep 09, 2022 5:51 pm  (#17) 
Online
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1452
I hope you compiled it correct. It requires bevel.


Top
 Post subject: Re: New GEGL Extrusion filter - USE THE BEHIND BLEND MODE!
PostPosted: Fri Sep 09, 2022 6:21 pm  (#18) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
contrast_ wrote:
I hope you compiled it correct. It requires bevel.

I did not add bevel. i removed the file. It worked fine for me just compiling extrusion but i guess i assumed everyone would already have the GEGL filter and would only need to update extrusion.

_________________
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: New GEGL Extrusion filter - USE THE BEHIND BLEND MODE!
PostPosted: Mon Nov 07, 2022 11:28 pm  (#19) 
Online
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1452
GEGL Extrusion now has an official guide.

https://github.com/LinuxBeaver/GEGL-ext ... rusion.pdf


Top
Post new topic Reply to topic  [ 19 posts ] 

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) GEGL Extrusion 2 (Fork of Long Shadow) USE BEHIND BLEND MODE!

7

No new posts Attachment(s) Using GnuTux 3D-Extrusion scm filter...

1

No new posts Attachment(s) GEGL Custom Bevel - Change internal blend modes, blur types & more

39

No new posts Attachment(s) GEGL Inner Glow (Filter of itself but now ships with GEGL Effects)

37

No new posts Attachment(s) GEGL Bevel (filter of its own but now ships with GEGL Effects)

32



* Login  



Powered by phpBB3 © phpBB Group