You are here

Face Detection Plugin

This plugin detects faces in an input image, based on the example of the OpenCV wiki:
http://opencv.willowgarage.com/wiki/FaceDetection

Unzip the folder and type "make", you need the libcv-dev packet to compile the source code.
You will find the plugin then under Filters -> Generic -> Face Detection CV.

If you like it, hug someone.

Waldo

Batch Tools Watermark

Add Watermark text to images in batch mode.

V.1.02 (20111108) - Based on the plugin batchwork.py Version 1.04 by Alexander Hadjiivanov 2010.

Difference:

- Reported only the Bump Map portion of the code by Alexander

- The watermark is bumped with font size specified by the user (result is a smaller text box)

- Position is specified as corner of the image

- Added offset (horizontal and vertical) for the watermark,from the border of the image

- Added choice for horizontal or vertical position

GIMP Mask

GIMP Mask can do and undo several popular image masking (that is, censoring) methods (CP, FL, Q0, MEKO). It was originally written in 1998 by Hirotsuna Mizuno and is now updated to work with GIMP 2.x.

EAW Sharpen Plugin

EAW Sharpen is a filter which sharpens an image without annoying halos.
It's based on Mikes Python plugin:
http://www.mm-log.com/blog/2010-04-05/gimp-edge-avoiding-wavelets
More info about the algorithm from Raanan Fattal:
http://www.cs.huji.ac.il/~raananf/projects/eaw/index.html

Lab curves for GIMP

Basically it is not a plugin. It is a small standalone program in C++ and a wrapper script for seemless integration into GIMP.

It allows to alter an image with 16 bit L*a*b* curves with preview. You call it like a script from gimp. The image is send to that program, you play with the L*a*b* curves and when you save the altered image is send back and everything is cleaned up...

More information here: http://www.mm-log.com/lab-curves-gimp

greets mike

Gimp Plugins installers for Win32

Several Windows users think that installing Gimp plugins under Windows is hard.

As I was playing around with Inno Setup, I randomly chose these plugins, only because I had just a new Windows 32 compilation of them, and I release those first plugin installers without any warranty.

They should work on any Windows version, but I'm waiting for feedbacks.

These are automated Windows installers. Please, do not copy the setup files into your Gimp plug-ins directory!

Sprite tape - 0.3

This script is an enhanced version of the python script posted by FedeX on http://registry.gimp.org/node/1771

Features added:

* updated to run with gimp 2.6+
* added automatic reverse of image layers when generating spritesheet
* added spacing between frames of the spritesheet

Iterated Function System (IFS)

This IFS plugin does exactly what it says - applies an iterated function system over an image, finitely, making it fractal-like. Since images are worth a thousand words:

Rare plugins win32 binaries

Some 'rare' or 'lost and found' plugins:

 

Color Balance 2

Color balance 2 plug-in can be useful to add or remove color tints in shadows, midtones and highlights, while preserving the image luminosity.

See samples:
Original:

After Color Balance 2 filter:

Color Balance 2 UI:

Pages