You are here

Python

GIMP scripting in Python.

Py extract layer

This script adds every single layer to the background.
Every layer matched with the background is saved by the name of the layer in a directory called with the name of the image.
See: http://krypt77.altervista.org/index_gimp.htm

Py_extract_layers

This script adds every single layer to the background.
Every layer matched with the background is saved by the name of the layer in a directory called with the name of the image.
See: http://krypt77.altervista.org/index_gimp.htm

Layer Effects

This is a series of scripts that implement various layer effects:

  • Drop Shadow
  • Inner Shadow
  • Outer Glow
  • Inner Glow
  • Bevel and Emboss
  • Satin
  • Color Overlay
  • Gradient Overlay
  • Pattern Overlay
  • Stroke

Some effects can have contours (a.k.a. curves) and noise added to them. Effects can either be applied on a separate layer, or be merged into the active layer (which in some cases gives better results).

Tested with GIMP 2.4.2.

Updated 4/12/2012:

Photolab

PyTileLayers

PyTileLayers tiles the layers of an image and adds a background.

Webpage: http://www.trueelena.org/proj/scripts/tile_layers.php

Pages

Subscribe to RSS - Python