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

GEGL Plain Ring Text plugin

Sat Oct 14, 2023 7:52 pm

New Plugin that rings plain text.

DOWNLOAD HERE
https://github.com/LinuxBeaver/Ring_Tex ... _Ring_Text

275294610-5805c50d-e08a-4b6a-a514-23ae0f95c264.png
275294610-5805c50d-e08a-4b6a-a514-23ae0f95c264.png (244.32 KiB) Viewed 4810 times



Location 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

Re: GEGL Plain Ring Text plugin

Sat Oct 14, 2023 7:55 pm

syntax_show.png
syntax_show.png (466.82 KiB) Viewed 4809 times


THIS IS OPTIONAL FOR SYNTAX MODE AND IS NOT NEEDED TO USE THE PLUGIN.

Download
https://github.com/LinuxBeaver/Gimp_Gol ... n/releases

and paste this in the syntax box.
Code:
lb:ring
lb:gold
blendmode=colordodge
expand=2.5720000000000001
azimuth=67
elevation=10.460000000000001
medianradius=1
huerotate=0
desaturate=1.3999999999999999
light=1
dropshadow x=6 y=4 radius=3 opacity=0.5



Syntax to make plugin look like "Glossy Balloon" (requires no binaries, as it is a recreate of balloons raw graph) :D
Code:
color-overlay value=#f587ff median-blur  percentile=20 alpha-percentile=30

gaussian-blur std-dev-x=2 std-dev-y=2
id=3
screen aux=[ ref=3  emboss  type=bumpmap azimuth=90  elevation=15 ]

gaussian-blur std-dev-x=2 std-dev-y=2
id=3
screen aux=[ ref=3  emboss  type=bumpmap azimuth=90  elevation=15 ]

screen aux=[ ref=3  emboss  type=bumpmap azimuth=90  elevation=15 ]

opacity value=10
median-blur radius=0
Post a reply