border

Cascade (Tile) Layer

Purpose:
1) Creates a border using the current layer.
2) Positions and cascades a layer relative to the image.
(i.e. Top Left to Bottom Right, Left to Right, etc.)
You can specify how many times to cascade the layer, with the default being 0, which
means fill the image in the specified direction. If you use 1, it will position the
layer to the selected starting position. You can also specify the x and y spacing for
cascading, and the initial x and y position.
3) Create a checkerboard pattern from the layer.
4) Create a tessellation pattern from the layer.
5) Fill with the layer.  read more »

Pile's photos effect

New version (probably the last): add "work on copy" option. (gimp_pile_photo_woc.zip)

New version with random Hue Lightness and Saturation. (gimp_pile_photo_hls.zip)

This plug-in allows you to split an image into many small overlapping images.
Filters-->Decor-->Pile's Photos

Line Border 2

A python conversion of my script-fu Line border script (http://registry.gimp.org/node/118). This version uses python-glade dialogs. It allows to create smaller and much clever input dialog and integrate much more functions. On other side, due to missing support of glade dialogs from Gimp, there is not possble to run this script in batch mode.

Current features:  read more »

WrapMap

Generates a complex rim around an arbitrary shape from a line of pixels. Get it from SourceForge: http://gimp-wrapmap.sourceforge.net/

Updated PhotoLab script with modified borders and save metadata in JPGs.

Add Borders and Copyright information in Gimp
I modified the batch processing plug-in for Gimp called PhotoLab to add a border that I liked better than the original. I also added copyright information that is written on the border. The biggest hurdle though was Gimp itself -- the built-in jpg save functions lose all the metadata, including the photo-taken timestamp that I use to sort the photos and the photo captions.  read more »

Simple two colors border

This script produces a two colors border. You can choose the border width in % of the smallest image dimension, and the inner border width as a % of the whole border (and the colors, of course).
This can seem a bit complicated, but if you have pictures of different sizes and want a same-looking border, % will get you there.

Just remove .txt from the filename after downloading the script (don't know why it was added..)

Edge Glow

A simple script to make the edges of a selection or layer glow with the selected colour. The script will act on the active selection first, and if it cannot find that, the alpha channel of the current layer. All changes are made to a separate layer so you can duplicate, mask and move them around to your heart's content.

Blur & Shadow

Creates a picture which is a duplication of the current picture upscaled and blured as background,
and the current picture itself with a border and shadow around it as foreground

Example:
Original picture :
Result picture :

The second version of the script add a dialog box that let you modify the blur ratio as well as the shadow ratio.
I also added 2 toggle button to control the de-saturation of the fore/background.  read more »

Jagged Border

Creates a white (or black) border around an image that merges in with the image so that on a larger white (or black) background, the image appears to have a ragged border. This is similar to the Gimp's Fuzzy Border, but it adapts its jaggedness to the image.  read more »

Tear-off

As a technical editor/writer, I found the need for a plugin to easily crop application screenshots with that somewhat jagged "torn-off" appearance. I found a way to manually obtain the effect I needed, and simply replicated the steps in a Python script, using the gimpfu module.

===========================
07 Jul 2010: UPDATED to v 0.2 by Tracy S. Fitch -- now Windows 7-compatible, plus several other changes (changelog is below). A huge thank-you to Tracy for the major work, and for the major courtesy of sending the updated script to me to update this post!
===========================  read more »

Syndicate content