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

Re: New GEGL Glossy Balloon Text styling filter.

Wed Apr 12, 2023 9:42 am

glossy_balloon_for_mac.zip
(6.14 KiB) Downloaded 24 times


I did not compile this. This is the glossy balloon binary for MacOS.
Which someone needs to test.

Plugin goes in
Code:
Users/YOURNAME/Library/Application Support/gegl/0.4/plug-ins


Create
Code:
plug-ins
folder if it doesn't exist

pasted_image045.png
pasted_image045.png (356.75 KiB) Viewed 2312 times


Remember Windows and Linux binaries are found here and pages back on Gimp Chat
https://github.com/LinuxBeaver/GEGL-glo ... g/releases

Re: New GEGL Glossy Balloon Text styling filter.

Mon Apr 24, 2023 8:22 pm


Binaries

Windows
https://github.com/LinuxBeaver/GEGL-glo ... -bevel.dll

Linux
https://github.com/LinuxBeaver/GEGL-glo ... y-bevel.so

Source
https://github.com/LinuxBeaver/GEGL-glo ... xt-styling

Directory to put binaries

Windows
Code:
C:\Users\USERNAME\AppData\Local\gegl-0.4\plug-ins


Linux
Code:
/home/(USERNAME)/.local/share/gegl-0.4/plug-ins


Linux (Flatpak)
Code:
/home/(USERNAME)/.var/app/org.gimp.GIMP/data/gegl-0.4/plug-ins

gb_literal.png
gb_literal.png (706.29 KiB) Viewed 2284 times

Re: New GEGL Glossy Balloon Text styling filter.

Sat Jul 15, 2023 6:13 pm

alt_balloon_preview.png
alt_balloon_preview.png (350.53 KiB) Viewed 2219 times

Glossy Balloon has an alternative version that can co-exist with the normal plugin. It's newest feature is an edge puff removal dependency baked in internally and a alternative color change mode using Gimp's HSL Color.

Source code and Binaries for Windows and Linux here.


The alternative version was made alternative because it is slower (but better)

Re: New GEGL Glossy Balloon Text styling filter.

Fri Aug 25, 2023 4:39 pm

2023-08-20_19-59.png
2023-08-20_19-59.png (471.24 KiB) Viewed 2174 times


gimp_glossy_balloon_love.png
gimp_glossy_balloon_love.png (664.84 KiB) Viewed 2174 times


Glossy Balloon and many other plugins of mine can now be used inside an experimental branch of GEGL Effects along with other major text styling plugins of mine. This version of GEGL Effects will replace default GEGL Effects if you already have it. OVERWRITE ALL BINARIES.

Read instructions to download it is not in the normal release section.

Source Code
https://github.com/LinuxBeaver/GEGL-Eff ... tal-update

Windows Binaries
https://github.com/LinuxBeaver/GEGL-Eff ... naries.zip

Linux Binaries
https://github.com/LinuxBeaver/GEGL-Eff ... naries.zip


LOCATION TO PUT BINARIES. THEY DO NOT GO IN THE DEFAULT PLUGINS DIRECTORY



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
Post a reply