Skip to content

GEGL filter for Gimp to make a random seed aura around a subject or object. It is mandatory that you use Gimp blend modes with this filter for its effect to be correctly visible. This filter does both an inner glow and outerglow with a cubism seed for flaming noise effects.

License

Notifications You must be signed in to change notification settings

LinuxBeaver/GEGL-GIMP-PLUGIN_Aura

Repository files navigation

GEGL Aura - make a aura flame outer glow effect in Gimp

image preview image preview

OS specific location to put GEGL Filter binaries

Windows C:\Users<YOUR NAME>\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

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

More image previews

image preview

image preview

About

GEGL filter for Gimp to make a random seed aura around a subject or object. It is mandatory that you use Gimp blend modes with this filter for its effect to be correctly visible. This filter does both an inner glow and outerglow with a cubism seed for flaming noise effects.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published