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...
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
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).
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!
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.
Recent comments