It is currently Thu Jul 04, 2024 5:14 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 11 posts ] 
Author Message
 Post subject: gegl makes a simple starburst
PostPosted: Mon May 30, 2022 10:23 pm  (#1) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1456
I recommend using another open source application called "pixelitor" for making starburst. It has a very high quality starburst filter that is way better then mine.
Neitherless GEGL can now make a simple starburst using my new filter.
Image
https://github.com/LinuxBeaver/gegl-starburst


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 makes a simple starburst
PostPosted: Mon May 30, 2022 10:29 pm  (#2) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1456
Like for real this is my filter GEGL Filter. But there is hope for new filters. A gimp dev I am friends with *may port a anisotropic smoothing filter to GEGL. No guarantees but if it happens I will update the forum. Unlike my filters that just chain existing filters, his filter will require telling GEGL to do actual math.


Top
 Post subject: Re: gegl makes a simple starburst
PostPosted: Tue May 31, 2022 7:39 pm  (#3) 
Offline
GimpChat Member
User avatar

Joined: Nov 04, 2015
Posts: 1365
Hi contrast
I'm glad you spent a month or two showing Gimpers how to use GEGL. Some of the effects could be achieved by other methods (like G'MIC). But GEGL is powerful and there is more to come for sure.

With GimpChat there are a lot of views but not so many comments. That means not many active participants at any one time.

Here is a script I made inspired by you that converts an animation folder of PNGs into a neon lights animation.
#!/bin/bash
mkdir ./done
for i in *.png
do
gegl $i -o ./done/$i -- bloom threshold=2 strength=350 edge-neon radius=1 amount=5 softglow glow-radius=0.1 brightness=0.1
done


Image

The animation started as a Mandelbulber 3D fractal animation.


Top
 Post subject: Re: gegl makes a simple starburst
PostPosted: Wed Jun 01, 2022 10:27 pm  (#4) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1456
GEGL Starburst got a major update. It is now based on Kalidescope, (as opposed to polar-coordinates and checkerboard). It has more user friendly options, and is now movable with an on canvas option.


Image


Top
 Post subject: Re: gegl makes a simple starburst
PostPosted: Thu Jun 02, 2022 9:53 am  (#5) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4050
Sweet! I like this version.

Image

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


Top
 Post subject: Re: gegl makes a simple starburst
PostPosted: Thu Jun 02, 2022 8:42 pm  (#6) 
Offline
GimpChat Member
User avatar

Joined: May 24, 2021
Posts: 792
Location: SEA - South East Asia
contrast_ wrote:
I recommend using another open source application called "pixelitor" for making starburst. It has a very high quality starburst filter that is way better then mine.


And compared to G'MIC (Patterns >> Rays) how does it do?

Anyway, it would be nice if your filter is implemented in GIMP by default :bigthup

_________________
Patrice


Top
 Post subject: Re: gegl makes a simple starburst
PostPosted: Sat Jun 04, 2022 5:39 pm  (#7) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4050
Version for Gimp-2.10.30 Win 64 bit attached.
In menu: Tools➤GEGL Operation➤Starburst

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

Attachment:
starburst.zip [37.8 KiB]
Downloaded 43 times

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


Top
 Post subject: Re: gegl makes a simple starburst
PostPosted: Sat Jun 04, 2022 7:30 pm  (#8) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1456
GMIC's starburst can't even change colors correctly.
Pixelitor has the best starburst of anything in FOSS. Mine beats GMIC and comes in second place to Pixelitor.


Top
 Post subject: Re: gegl makes a simple starburst
PostPosted: Sat Jun 04, 2022 8:20 pm  (#9) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4050
contrast_ wrote:
GMIC's starburst can't even change colors correctly.
Pixelitor has the best starburst of anything in FOSS. Mine beats GMIC and comes in second place to Pixelitor.


There is a starburst generator, online, that cranks out svg files along with png's. Interesting enough, it's easy to crank out a radial burst gear shape using paths to accomplish the same feat. The generator does a good job on making the starbursts, just have the control menus too close to the bottom of the website, making it hard to make selections.

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


Top
 Post subject: Re: gegl makes a simple starburst
PostPosted: Sat Jun 04, 2022 11:22 pm  (#10) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
In version 2, I miss the possibility of obtaining small (thin) rays (the same width for the two colors).
Well, that's possible in version 1 - but you can't use them at the same time.

About G'mic:
... "Starburst GMIC cannot even change colors correctly".. - in G'mic Lights & Shadows ➤ Guided Light Rays there is no problem with that when you select a Blend Mode. No problem with that Patterns ➤ Rays.

_________________
Image

Slava
Ukraini!


Top
 Post subject: Re: gegl makes a simple starburst
PostPosted: Fri Jul 14, 2023 2:39 pm  (#11) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1456
Starburst updated and it now can remove an original color to only have rays.

Attachment:
starburst_now_transparent.png
starburst_now_transparent.png [ 148.38 KiB | Viewed 1079 times ]



Also, I went out of my way to clarify Starburst code to make it as elegant as possible so people can study and learn from it.
https://github.com/LinuxBeaver/gegl-sta ... tarburst.c


Windows and Linux Binaries here.
https://github.com/LinuxBeaver/gegl-sta ... /Starburst

Directory to Put Binaries (THEY DO NOT GO IN THE NORMAL LOCATION)

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  [ 11 posts ] 

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) GEGL filter that makes Basic Pencil Drawings

11

No new posts Attachment(s) GEGL Polygons - Simple Polygon wallpaper generator

15

No new posts Attachment(s) GEGL Simple Background Removal Tool (by color range)

1

No new posts Attachment(s) GEGL "Glass over Text' is STAND ALONE BUT NOW PART OF GEGL EFFECTS

5

No new posts Attachment(s) About namespaces in GEGL Plugins (old GEGL effects will break)

3



* Login  



Powered by phpBB3 © phpBB Group