Skip to content

LinuxBeaver/GEGL-GIMP-PLUGIN_Stripes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Download GIMP Plugin here

https://github.com/LinuxBeaver/GIMP-GEGL-PLUGIN_Stripes/releases

Render stripe blinds with GEGL

image

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

For Linux run "build_plugin_linux.sh" for Windows run "build_plugin_windows.sh" for manual compiling read below.

Packages needed to compile are ninja, meson, and GEGL

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

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

About

Render pattern stripes using this GEGL based GIMP Plugin

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors