File | Date | Author | Commit |
---|---|---|---|
glossy_balloon_full | 2022-11-01 |
![]() |
[3d6f66] Add files via upload |
optional_binaries_for_linux | 2022-11-01 |
![]() |
[da0855] Add files via upload |
LICENSE | 2022-05-28 |
![]() |
[028ec5] Initial commit |
README.md | 2022-09-17 |
![]() |
[85527f] Update README.md |
preview1.png | 2022-05-28 |
![]() |
[89d2a6] Add files via upload |
preview2.png | 2022-05-28 |
![]() |
[89d2a6] Add files via upload |
preview3.png | 2022-05-28 |
![]() |
[89d2a6] Add files via upload |
preview4.png | 2022-05-28 |
![]() |
[ad2778] Add files via upload |
A new Gimp filter where GEGL makes a glossy balloon effect on your text
Just put the binary in /gegl-0.4/plug-ins/ Glossy Balloon no longer has hidden operations/multiple binary depedencies.
Windows
C:\Users\<your name="">\AppData\Local\gegl-0.4\plug-ins</your>
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
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