Switch to full style
Post all Gimp scripts and script writing questions here
Post a reply

GEGL Sparkle effect plugin - download provided

Thu Mar 16, 2023 10:24 pm

Fun new filter Enjoy!
2023-03-16_22-46_sparkle.png
2023-03-16_22-46_sparkle.png (683.42 KiB) Viewed 1486 times


https://github.com/LinuxBeaver/GEGL_Spa ... mp_Plugin/
--
Windows Binaries here.
sparkle.zip
(36.95 KiB) Downloaded 178 times


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

Re: GEGL Sparkle effect plugin - download provided

Fri Mar 17, 2023 1:50 am

Thank you for all your GEGL filters!

Re: GEGL Sparkle effect plugin - download provided

Fri Mar 17, 2023 7:02 am

You can test this filter without installing by putting this inside Gimp's GEGL Graph.


Code:
color value=#ff7aff
id=sparkle gimp:layer-mode layer-mode=divide opacity=0.02  aux=[  ref=sparkle cell-noise shape=1 scale=0.14 seed=343 iterations=1     ]   
id=1 gimp:layer-mode layer-mode=color-erase  aux=[  ref=1 color value=#ff7aff  ]
color-overlay value=#ffffff
dropshadow color=#ffdf86  x=5 y=126 opacity=1

Re: GEGL Sparkle effect plugin - download provided

Fri Mar 17, 2023 10:30 am

Thank you.
Might be handy some time.

Re: GEGL Sparkle effect plugin - download provided

Fri Mar 17, 2023 6:56 pm

GEGL sparkle should be applied to a transparent layer. Alpha channel must be enabled. It works best with normal, grain merge and linear light blend modes. Light colors work best as well.

One can run it entirely in GEGL using GEGL's normal blend mode option.

Re: GEGL Sparkle effect plugin - download provided

Tue Apr 18, 2023 1:25 am

The version in the Github release section got a trivial change update that solves a invisible node connection error.

No changes have been made.
Post a reply