Beinsezii / bsz-gimp-plugins

Plugins for GIMP 2.99.18+
MIT License
12 stars 0 forks source link
gegl gimp gimp-plugin

bsz-gimp-plugins

Plugins for GIMP 2.99.18+

Installation

Either

Building

Needs the bszgw.py file from https://github.com/Beinsezii/BSZGW at the root. Will be bundled with releases.

Compiling any shared libraries needs rustc and the rustup toolchain for the target platform. Small build scripts provided for Linux.

Current Plugins

Dual Bloom

Provides light and dark bloom using thresholds. Based on my own custom bloom methods.

Before After
Before After

Dual Bloom 2

Produces both a light and dark bloom, based on gimp/gegl's existing bloom.

Before After
Before After

Filmic Chroma

Reduces/increases chroma based on intensity. Inspired by Blender's new 'Filmic' tonemapper.

Before After
Before After
Before After

Lightgrain

LCH Noise masked to Lightness

Before After
Before After

Pixel Math

Enter custom Python algorithms for pixel math.

Pixelbuster

Enter basic operations to perform pixel math. More limited, but processes well over 20x faster than Pixel Math in the worst scenarios.

See also the pixelbuster repo

bsz_gimp_lib

Shared library for plugins. Notably contains a complete plugin auto-builder. Similar to the old python-fu, but (imo) significantly more customizable at a mild complexity cost. Features include

Other non-plugin-builder bits include: