It is currently Sat Jun 22, 2024 9:51 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 190 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6 ... 10  Next
Author Message
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Wed Jun 08, 2022 3:40 pm  (#41) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4050
Good job!

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


Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Sun Jun 12, 2022 11:34 pm  (#42) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1442
I have a proven operation to make an inner glow in GEGL graph but it is insanely complex and would be tedious to port to a filter.

Here it is.


id=first

#graph this crap
color-overlay value=#ffffff
gimp:layer-mode layer-mode=behind opacity=2 aux=[ color  ]


color-to-alpha

id=k

#the mask

id=1
gimp:layer-mode layer-mode=normal opacity=1.00 aux=[ ref=1 ]

dropshadow x=0 y=0 opacity=1.4 grow-radius=10 radius=0 color=#0058ff

crop
gaussian-blur std-dev-x=7 std-dev-y=7


gimp:layer-mode layer-mode=behind opacity=1.00 aux=[ ref=1 ]



gimp:layer-mode layer-mode=erase opacity=1.00 aux=[ ref=k ]



gimp:layer-mode layer-mode=behind opacity=1.00 aux=[ ref=first ]

crop


Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Wed Jun 15, 2022 1:49 pm  (#43) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1442
GEGL Effects now has an inner glow but it is disabled by default for being resource intensive. All you have to do to enable it is move the sliders up.

Image

Image

Image


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

Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Wed Jun 15, 2022 3:58 pm  (#44) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
New version for Windows 64bit in attachment.
Tested for Gimp-2.10.30 and 2.10.32

Old attachment removed - new version in post # 57


Attachments:
GE3.jpg
GE3.jpg [ 187.5 KiB | Viewed 16812 times ]

_________________
Image

Slava
Ukraini!


Last edited by MareroQ on Tue Jun 21, 2022 10:51 pm, edited 2 times in total.
Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Wed Jun 15, 2022 4:13 pm  (#45) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1442
If you compile this is automatically comes with the stand alone GEGL inner glow.


Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Wed Jun 15, 2022 4:28 pm  (#46) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
Of course it is. :tyspin


Attachments:
New IG.jpg
New IG.jpg [ 122.32 KiB | Viewed 16807 times ]

_________________
Image

Slava
Ukraini!
Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Wed Jun 15, 2022 8:04 pm  (#47) 
Offline
GimpChat Member
User avatar

Joined: May 24, 2021
Posts: 787
Location: SEA - South East Asia
Wowww! @MareroQ, your screenshot just show the real need to find a way to have sub-menu or tabbed sub-menu/menu in this window to be able to arrange all the GEGL by category.
Just an idea, It would be even nicer if it's the end user who can create the tabs, like a "+" button on top to create a tab, then drag n drop the filter to that new tab.
Anyway, this window need to have sub-menu or tabs...

_________________
Patrice


Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Wed Jun 15, 2022 10:42 pm  (#48) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1442
An update may be coming soon that has a checkbox to enable/disable inner glow. This is because inner glow has objectively slown down GEGL Effects. It only makes sense because inner glow is 15 filters GEGL operations long.


Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Wed Jun 15, 2022 10:47 pm  (#49) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1442
If i cannot figure out a way to disable the inner glow with a checkbox then I will have to make a fork of GEGL Effects and consider the inner glow version to be a beta.


Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Thu Jun 16, 2022 4:04 pm  (#50) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1442
GEGL Effects got an update that gives inner glow a checkbox. It is disabled by default but once checked it will load a normal inner glow.

Image

This speeds up GEGL effects significantly. What I did before was not as effective as this.


Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Thu Jun 16, 2022 10:15 pm  (#51) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
If You want the latest version, replace the gegleffects.dll file (from downloaded in post # 44).

Old attachment removed - new version in post #57


Attachments:
GE U4.jpg
GE U4.jpg [ 164.45 KiB | Viewed 16857 times ]

_________________
Image

Slava
Ukraini!


Last edited by MareroQ on Tue Jun 21, 2022 10:45 pm, edited 2 times in total.
Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Fri Jun 17, 2022 8:47 am  (#52) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1442
Hey I noticed the drop shadow doesn't have any softness. This is likely because you have an outdated copy of invert transparency which doesn't contain the "crop" command. Inner Glow will still work when powered by the old version of invert transparency but it will not allow any softness (like a dropshadow or vignette) below it. My copy of GEGL Effects already comes with the latest version of IT and IT is the only hidden operation to have updated so far.

Check your /gegl-0.4/plug-ins filter to see if you have two copies of it.dll and remove the old one. If not you need to use the latest one.


Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Fri Jun 17, 2022 10:27 am  (#53) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
Eagle Eye. ;)
I had a duplicate (forgot that the Invert Transparency menu item is from invert-alpha.c and not invert_transparency.c) :oops:
Thanks for Your valuable attention. :bigthup

Edit.
Is it my mistake - never: :cu
It's the fault of Rich2005 who proposed a very nice option :bigthup to store files in subdirectories without warning that this could happen (duplicates won't show up without subdirectories) when new Gegl plugins are developed so quickly (and who will check a lot of subdirectories?).

_________________
Image

Slava
Ukraini!


Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Sat Jun 18, 2022 3:14 pm  (#54) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1442
GEGL Effects and inner glow got a minor update that allows inner glow's radius to shrink to 2. Where as previously it would be stuck at 4. As a result it works better on small text.


Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Sat Jun 18, 2022 10:20 pm  (#55) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
Update version for Gimp-2.10.30/32 Win 64 bit in attachment.
Notice to users Gimp-2.10.32_Portable_32-64bit-Win by Samj:
this build only works from local location ...\lib\gegl-0.4


Old attachment removed - new version in post #57

_________________
Image

Slava
Ukraini!


Last edited by MareroQ on Tue Jun 21, 2022 10:52 pm, edited 1 time in total.

Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Tue Jun 21, 2022 7:14 pm  (#56) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1442
We now have two inner glow operations.

The Inner Glow that comes with GEGL Effects is now hidden. The stand alone Inner Glow is now the one that is shown and it has more options such as the ability to fuse with blend modes.


Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Tue Jun 21, 2022 10:44 pm  (#57) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
Update version for Gimp-2.10.30/32 Win 64 bit in attachment (8 files).


Attachments:
gegleffects_Win64bit_update7.zip [287.04 KiB]
Downloaded 173 times

_________________
Image

Slava
Ukraini!
Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Wed Jun 29, 2022 12:13 pm  (#58) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1442
GEGL Effects may be getting a linear gradient overlay option soon.


Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Wed Jun 29, 2022 3:40 pm  (#59) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1442
It is not ready yet but here is a look at the progress. The checkbox to enable and disable the gradient is not complete.
Image

Image


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

Top
 Post subject: Re: GEGL Layer Effects and Text Styling filter
PostPosted: Wed Jun 29, 2022 9:44 pm  (#60) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1442
Image

Image

Image

GEGL Effects now has a gradient checkbox.

GEGL alone has limited on canvas abilities that by definition "suck".
It is impossible to use Gimp's on canvas abilities without rebuilding Gimp from source and white listing GEGL Effects. Something even I had not done.


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

Top
Post new topic Reply to topic  [ 190 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6 ... 10  Next

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) GEGL Text Styling effects on individual Gimp layers

11

No new posts Attachment(s) GEGL Effects Experimental plugin (super advance text styling) is back

0

No new posts Attachment(s) GEGL STONE TEXT STYLING FILTER

21

No new posts Attachment(s) New GEGL Glossy Balloon Text styling filter.

23

No new posts Attachment(s) GEGL Neon Border text styling filter.

15



* Login  



Powered by phpBB3 © phpBB Group