You are here

Python

GIMP scripting in Python.

Flip Cells - picture filter

Posting this picture filter here specially because it's very rare and difficult to find picture filters made as plug-in for Gimp coded in Python - publishing this would be also for encouraging people on enrich Gimp with good filters (better than mine one, please! :-D )

The only problems of this filter is it seems to be somehow slow (even having a simple code), wich takes 20 seconds with a 320x200 picture - it's also missing undo and progress bar while running...

Python-Fu templates

A set of four Python-fu templates, you can use them to start your own Python-Fu.

Myy Stuff

tHESE pHotos ArE sO AwEsOmE yOu KnOW ThAt THEY'RE SO COOL AND LIGHT ?

Collect Layers

This script collects layers from open images and puts them into a new image.
This is useful if you open a couple of images at once from an external program like digikam or similar and want to e.g. average layers (-> see my Average Layer plugin).

You find it here: Xtns/Python-Fu/Layers/Collect Layers

Average Layer

This script is intended for a series of photographs with (on each photgraph different) unwanted objects on it, e.g. a large place with moving people.

Golden Mailing Labels

This python plugin reads names and addresses from a MySQL database and creates golden mailing labels (with optional return label).

I created this script out of the desire to have golden text on my wedding invitation and save the date envelopes. I may have taken this too far :-)

WARNING: Some understanding of SQL required.
Screen shots & Examples added (03-18-08)

The completed envelope(s) are either displayed or exported to a png or jpeg file. I found windows preview far more capable of printing than the GIMP (sorry everybody).

Sprite tape

Sprite tape

This small script create sprite "tape" (which are used as resources in 2D games) from separate images.

For using this script you must copy sprite_tape.py file in your Gimp python scripts directory (GIMP-2.0\lib\gimp\2.0\plug-ins for example), run Gimp, open your first frame of sprite tape, then using image menu: File->Open as layers open all other frames. After that using image menu Python-Fu->Sprites->Sprite tape launch the my script and input how many sprites will be placed in horisontal and vertical positions. Press Ok button!

Edit Brush.

EN: Script in Python, this script allows you to generate, delete, duplicate and EDIT brushes generated from images or of other brush.
ES: Script en Python, el mismo permite generar, borrar, renombrar, duplicar y EDITAR pinceles generados a partir de imágenes o de otro pincel. Más info.

little video in youtube.

Center Layer

This script simply allows to center a layer on the image canvas. You can choose to center it horizontally, vertically or both.

Typewriter effect

Flash movie generator with typewriter effect on text.
Required Libraries:
- ming 0.3
- python-ming 0.3

See: http://krypt77.altervista.org/index_gimp.htm

Pages

Subscribe to RSS - Python