Skip to content

LinuxBeaver/GEGL-Custom-Bevel

Repository files navigation

Custom Bevel - A Gimp Plugin to make any bevel/bump effect that you want.

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

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

More image previews to show off how based this plugin is.

image

image

July 2023 update makes new styles possible.

image

image

image

Renders Custom Bevel Generated. image

**JULY 17 2023 - CUSTOM BEVEL HAS A SISTER PLUGIN. ** https://github.com/LinuxBeaver/GEGL_sharp_bevel_gimp_plugin/

Enjoy Custom Bevel.

About

Gimp Plugin that generates bevels. A highly customizable bevel that allows the user to change GEGL blend modes, blur types and much more. Goes inside /gegl-0.4/plug-ins

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published