It is currently Tue Jun 18, 2024 6:32 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 16 posts ] 
Author Message
 Post subject: GEGL Neon Border text styling filter.
PostPosted: Wed Jun 08, 2022 10:08 am  (#1) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1440
Text styling filters are my favourite! I know they are your favourite too! GEGL has a new neon border filter!
https://github.com/LinuxBeaver/GEGL-Neon-Border/


Attachment:
preview.png
preview.png [ 331.65 KiB | Viewed 29 times ]


You can also make outline only text if you disable the second stroke and glow opacity.
You can also make aura outlines around subjects if put a copy of the layer above it or use the "behind" blend mode in gimp.

Finally I must add that due to @MareroQ's discovery there is no more cluttering 'zz' operations. They still exist but they are hidden from the menu.

Have fun!


Last edited by contrast_ on Sat Jun 08, 2024 12:30 am, edited 1 time 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: GEGL Neon Border text styling filter.
PostPosted: Wed Jun 08, 2022 10:12 am  (#2) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1440
Gimp's 16 bit interger mode is recommended to prevent banding effects. I have to add that.


Top
 Post subject: Re: GEGL Neon Border text styling filter.
PostPosted: Wed Jun 08, 2022 10:43 am  (#3) 
Offline
GimpChat Member

Joined: Jul 28, 2018
Posts: 1196
Version for Gimp-2.10.30 Win 64 bit attached.
In menu: Tools➤GEGL Operation➤Neon Border

Place the file in gegl plugins in a directory: C:\Users\<your-user-name>\AppData\Local\gegl-0.4\plug-ins

Find the plugin in: In GIMP menu; Tools> GEGL Operation


Attachments:
Neon Border.zip [112.53 KiB]
Downloaded 158 times

_________________
https://www.deviantart.com/pocholo17
Image
Top
 Post subject: Re: GEGL Neon Border text styling filter.
PostPosted: Wed Jun 08, 2022 11:47 am  (#4) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1440
Image


Top
 Post subject: Re: GEGL Neon Border text styling filter.
PostPosted: Wed Jun 08, 2022 12:43 pm  (#5) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
I think I'm too tiring today for some. :yell
However, we strive for high standards?


Attachments:
Neon high standards.jpg
Neon high standards.jpg [ 108.99 KiB | Viewed 26090 times ]

_________________
Image

Slava
Ukraini!
Top
 Post subject: Re: GEGL Neon Border text styling filter.
PostPosted: Wed Jun 08, 2022 1:31 pm  (#6) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1440
Image

Color two is meant to be the minor color and color one is dominate. Much like Pixelitor's neon border. That was the inspiration. I intentionally made it that way.


There is a bug where you have to use clip (at least on Linux) to use color 2. That is a separate issue. I don't know what causes that. Make a preset of your favorite setting if you don't like my default. If you show me a better default I can change it. This is not meant to be a double stroke but rather a neon border.


Top
 Post subject: Re: GEGL Neon Border text styling filter.
PostPosted: Wed Jun 08, 2022 2:00 pm  (#7) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
A total little thing. ;)
It's not about defaults, but descriptions.

Since there is:
Grow radius 1
Grow radius 2
consistently it should be:

Color 1
Color 2

Blur radius 1
Blur radius 2

and so on...

_________________
Image

Slava
Ukraini!


Top
 Post subject: Re: GEGL Neon Border text styling filter.
PostPosted: Fri Jun 10, 2022 6:51 am  (#8) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4050
I had to use clip on Windows. I must admit, I found the settings a little confusing, but after tweaking them around a bit, it made more sense. It would be cool to be able to stroke a path (or maybe an outline) while using this feature and using a gradient.

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


Top
 Post subject: Re: GEGL Neon Border text styling filter.
PostPosted: Sat Jun 11, 2022 2:31 am  (#9) 
Offline
GimpChat Member
User avatar

Joined: May 24, 2021
Posts: 784
Location: SEA - South East Asia
This Filter is truly something! :clap (I just pass the last hour playing with it :hehe )
I love it, thank you so much :tyspin
Just to let you know, on MX Linux 21.1, I don't need to change the clipping mode, I did tried both clipping mode and they work exactly as intended by default

Image

You should push it on gitlab-gnome to become an official filter in GIMP like in Filters / Light and Shadow / Neon Border , IMHO it will go very well along the "Drop Shadow", "Long shadow", "Bloom", "Super Novae", etc...

_________________
Patrice


Top
 Post subject: Re: GEGL Neon Border text styling filter.
PostPosted: Sat Jun 11, 2022 8:21 am  (#10) 
Offline
GimpChat Member
User avatar

Joined: May 24, 2021
Posts: 784
Location: SEA - South East Asia
vitforlinux wrote:
fast install by terminal for linux:

cd ~/.local/share/gegl-0.4/plug-ins/
wget -N https://github.com/LinuxBeaver/GEGL-Neon-Border/raw/main/neon-border_binaries_for_linux/neonborder.so
wget -N https://github.com/LinuxBeaver/GEGL-Neon-Border/raw/main/neon-border_binaries_for_linux/zzoutline.so
wget -N https://github.com/LinuxBeaver/GEGL-Neon-Border/raw/main/neon-border_binaries_for_linux/zzoutline2.so
chmod +x *.so


if you want update/replace files DONT need delete it into directory ~/.local/share/gegl-0.4/plug-ins/


Thanks for the tip :bigthup , 2 questions though.
I put them in /usr/lib/x86_64-linux-gnu/gegl-0.4, for all account, anyway >> none of them that I already put and even the one already there by default are NOT executable as program, thus why do you want us to do a chmod +x *.so?
The second question, I did a man wget, to know what is the "-N" argument, why do we need to turn on the timestamp? There is not much explanation in the man, does wget will care if the file is not modified, the next time?

_________________
Patrice


Top
 Post subject: Re: GEGL Neon Border text styling filter.
PostPosted: Sat Jul 23, 2022 3:50 pm  (#11) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1440
Image

This filter has an alternative use that I highly recommend.


Top
 Post subject: Re: GEGL Neon Border text styling filter.
PostPosted: Sat Jul 23, 2022 11:20 pm  (#12) 
Offline
GimpChat Member
User avatar

Joined: May 24, 2021
Posts: 784
Location: SEA - South East Asia
contrast_ wrote:
[ Image ]

This filter has an alternative use that I highly recommend.


:bigthup

Attachment:
Untitled.jpg
Untitled.jpg [ 229.56 KiB | Viewed 25479 times ]

_________________
Patrice


Top
 Post subject: Re: GEGL Neon Border text styling filter.
PostPosted: Thu Sep 01, 2022 10:07 pm  (#13) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1440
Neon border now only uses one binary (as opposed to 3). No other changes have been made but I am tempted to change the default preset to this image attached. Also, the change does not solve the clip setting bug. I have no idea what is causing that.

Image


Top
 Post subject: Re: GEGL Neon Border text styling filter.
PostPosted: Mon Mar 06, 2023 12:27 pm  (#14) 
Offline
GimpChat Member
User avatar

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

NOTE ALL WINDOWS BINARIES ARE ALSO FOUND ON THE GITHUB RELEASE SECTION.
https://github.com/LinuxBeaver/GEGL-Neo ... /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.


Attachments:
neonborder.zip [37.3 KiB]
Downloaded 90 times
Top
 Post subject: Re: GEGL Neon Border text styling filter.
PostPosted: Mon Mar 06, 2023 12:29 pm  (#15) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1440
I didn't mention this originally but only one of Neon Border's sliders should be above 1.00. One should be on 2.00 and the other 1.00. Regardless if it is top or bottom but never should both opacity sliders be on two that causes it to glitch.

Neon Border is literally two drop shadows and a background gaussian blur chained together on a transparency inversion operation.


Top
 Post subject: Re: GEGL Neon Border text styling filter.
PostPosted: Sun Jun 04, 2023 7:48 pm  (#16) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1440
The latest version of neon border no longer requires using manual clipping and it is simplified. I consider this a quality update.

Linux and windows binaries here
https://github.com/LinuxBeaver/GEGL-Neo ... eon_Border

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 new topic Reply to topic  [ 16 posts ] 

All times are UTC - 5 hours [ DST ]


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

21

No new posts Attachment(s) GEGL Layer Effects and Text Styling filter

189

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

23

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



* Login  



Powered by phpBB3 © phpBB Group