You are here

any

This tag should only be used if the script or plug-in is not specific to one GIMP version at all. This is most likely never the right tag to use.

Batch watermarking and resizing

This plug-in is designed for batch watermarking and resizing of image files. It lets you choose the directory which contains the images, the file extension, the font, the copyright text and the options associated with the processing. Useful for photographers who upload a lot of photos on the web and don't want to watermark every single file individually. The resulting images contain between one and four instances of the copyright text (selectable as an option).

Trace (Gimp plugin in Python, frontend for autotrace)

Quantizes (reduces color count) and traces outlines or centerlines, into a new image. Optionally creates paths for the outlines or centerlines. Also can be used to generate an SVG file for an image.

Calls autotrace (a separate program that must also be installed) to do the tracing (to SVG, a vector file format) and then imports the SVG back into Gimp.

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 parametrized.

I run this script like so:

gimp -i -b '(python-fu-watermarker RUN-NONINTERACTIVE "{PATH-TO-FILES}" "{PATH-TO-WATERMARK}" "jpg")' -b '(gimp-quit 0)'

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.

In fact, Gimp IDE is a simple text editor with syntax highlighting, with the ability to run the script.
Simple dialog allow you to create plug-in based on you script.

Perhaps fills a gap between conventional designer who can copy-paste from the web page, but can not edit and save script as plug-in.

In feature i plan create mini plug-in repository in internet with simple lifecycle as:

1) Select plug-in from menu (content menu is list of plug-ins on server).
2) Plug-in automaticaly download from server and run

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.

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/

Pages

Subscribe to RSS - any