A repository of extensions for GIMP, the FREE and Open Source image manipulation program.

Registry Down-Time

The registry has been down due to a hard-drive failure, which took some time to resolve. It should now be up and running again -- let me know if you notice any errors.

Keeping the color tools settings under control

The color tools (Levels, Curves, Threshold...) memorize all settings used. Over time these accumulate, slowing down tool startup, and making it more difficult to reach the explicitly saved settings, which appear at the bottom of the list.

The settings-cleaner script will run automatically at each Gimp startup and do some housekeeping on these files, directed by a short configuration file, keeping at most a specified number of settings not older than a specified number of days. Settings that have been explicitly saved with a name are of course left in.

Logo Toolbox V1.2.1

New in Version 1.2.1
Enhanced Glass effects with Gradient, Bevel & Bump Mapped glass now supported. Select vertical, horizontal & diagonal gradients.
Download script: http://gimpscripts.com/2013/05/logo-toolbox/

Python-Fu samples

This package contains 12 scripts, developed using Python and GIMP 2.8, which objective is to serve as templates and as code samples to programmers that are new in Python-Fu scripting.
In order to install these scripts, you must copy them in the "plug-ins" folder of GIMP (normally "GIMP 2/lib/gimp/2.0/plug-ins").
After installed, the scripts can be found in "Filters -> Test".

Basic scripts

These scripts are basic examples of how to create a Python plugin.

Python-Fu samples

== Pythoh-Fu samples ==

This package contains 12 scripts, developed using Python and GIMP 2.8, which objective is to serve as templates and as code samples to programmers that are new in Python-Fu scripting.
In order to install these scripts, you must copy them in the "plug-ins" folder of GIMP (normally "GIMP 2/lib/gimp/2.0/plug-ins").
After installed, the scripts can be found in "Filters -> Test".

Basic scripts

These scripts are basic examples of how to create a Python plugin.

Insane Bump

This is a normal map generator from a single image, originally created by omaremad. Load a single layer picture, then choose filters/map/insanebump..., tweak the details, then hit OK. The normal/height/ambiend/specular maps for the picture will be created within the folder where the original picture resides.

The script produces different files within the original image's directory:
the _n is the normal map,
the _s is the specular,
the _d is the diffusion (just the color)
the _a is the ambiend occlusion
the _h is the displacement (or height map)

Make Seamless Advanced

An advanced version of "Make Seamless".

When searching for a good tool for making seamless textures I found "Seamless texture maker" by RPG, but it turned out to be very simplistic and a bit glitchy, so I wrote my own version. It produces two additional layers - the horizontal and the vertical overlap.

opencv frame loading without saving frame?

plugin for gimp to capture a frame from camera and to load it to gimp workspace.till nw i got the code to capture image and load the image but it is done by saving the captured frame but i want to load frame without saving the image....code till nw

#include
#include
#include
#include
#include
#include
#include

Wacom Tablet Mode Setting (Linux)

This is a python-fu script to cycle through four modes on a Wacom Intuos 5 tablet, updating the middle touch ring to perform different functions in each mode (eg zoom, change brush size, prev/next layer, scoll). The script can set the correct LED on the tablet, but only if write permissions are given to the leds in the /proc file system (see the source code for hints).
Requires xsetwacom and libnotify-tools. Only intended for Linux.

Pages

Subscribe to GIMP Plugin Registry RSS Subscribe to GIMP Plugin Registry - All comments