any

Render Technological Image

Based on the set edge, pixel ammount, color and brightness, this script-fu generates a layer that looks techno.

Here is an example of what it makes...

You can find it when you create the image window...
Script-Fu -> Render -> Tech

(Note: This is my first Script-Fu)

Watermarker

Watermarks a bunch of photos with the watermark file specified. Files are output to the ./WM subdirectory in the format specified.

The watermark is applied with a difference mode overlay in the bottom right corner. Let me know if something should be parameterized.

layer-cover-image

Scale and move the layer to cover the canvas. Just another "shortcut" script for a commonly used action...

Palette to Image

Palettes Menu -> Palette to Image

Take the active (selected) palette and create an image containing the colors and their names. Requires python.

Options:
- Font: pick the font for the name listing
- Size: size of each color

Tested with 2.6 and linux, but should work cross-platform.

TODO: it's hardcoded to a minimum of 200px wide - I should change that to something more reasonable. Some nice additions would be bg and text color selectors, and possibly some layout options (spacing, columns, etc.)

Have fun ;)

Gimp IDE

Simple GIMP IDE.  read more »

Separate Luminance

FX-Foundry/Color/Separate Luminance...

Creates two new layers: one containing the Luminance, and the other the Chroma information in the form of a Grain Merge. Optionally, it will color-enhance (maximize saturation in) the Chroma layer while still keeping it luminance-neutral.

This allows you to do noise-reduction and sharpening on the two layers separately.

Update (23-Jul-2009):
Noticed that highly-saturated colors exceed the ability of the grain-extract/grain-merge to handle without clipping the color, so I have made the excess color get folded into the luminance layer.  read more »

Gutenprint for windows

Gutenprint plugin for windows.
Gutenprint - enhanced print plug-in for the GIMP image editor.

Add Rule Of Thirds guides

Add simple "Rule of Thirds" guides in GIMP.

This plug-in is so simple, it might also be useful as a python-fu template.

Bump Text - Watermark

Generates watermark by bump mapping the selected layer with the specified input text. Uses the bump mapping technique found here: http://www.gimp.org/tutorials/The_Basics/

gimp2css

This is rather old stuff, I was looking for an easy way to create html templates in an easy but open source kind of way. It is a perl-fu plugin for Gimp which allows you to draw your template as a multi-layered image, then automatically export it to html + individual png files. It was originally written for Gimp v.1, but it seems to work fine with Gimp v.2

# AUTHOR: Michael K. Nacos
# LICENSE: GPL (http://www.gnu.org/licenses/gpl.html)
# DESCRIPTION: perl-fu plugin for gimp which converts a multi-layered
# image to an html template + corresponding png images  read more »

Syndicate content