Skip to content

LinuxBeaver/GEGL-glossy-balloon-text-styling

Repository files navigation

Download binaries here. (FOLLOW INSTRUCTIONS) https://github.com/LinuxBeaver/GEGL-glossy-balloon-text-styling/releases

GEGL Glossy Balloon for text styling in Gimp

image

image

A classic Gimp Plugin of mine released in late May 2022 where GEGL makes a gloss coated bump text effect. This plugin ships with a bonus filter "threshold alpha 2" that behaves like Gimp's Curves on Alpha Channel. The bonus operation is highly recommended but not needed for Glossy Balloon to work. If you download the binaries it will ship with it.

This plugin looks great with fonts like "DynaPuff" that you can download here. https://fonts.google.com/specimen/DynaPuff but it will apply on any font and obviously you don't need DynaPuff for it to work.

OS specific location to put GEGL Filter binaries

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

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

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

image

Compiling and Installing

Linux

To compile and install you will need the GEGL header files (libgegl-dev on Debian based distributions or gegl on Arch Linux) and meson (meson on most distributions).

meson setup --buildtype=release build ninja -C build

If you have an older version of gegl you may need to copy to ~/.local/share/gegl-0.3/plug-ins instead (on Ubuntu 18.04 for example).

Windows

The easiest way to compile this project on Windows is by using msys2. Download and install it from here: https://www.msys2.org/

Open a msys2 terminal with C:\msys64\mingw64.exe. Run the following to install required build dependencies:

pacman --noconfirm -S base-devel mingw-w64-x86_64-toolchain mingw-w64-x86_64-meson mingw-w64-x86_64-gegl

Then build the same way you would on Linux:

meson setup --buildtype=release build ninja -C build

Extra preview of this based Gimp plugin

image

image

image

image

Enjoy

image