Steganography
31 Jan 2012 8:41am GMT Steganography tool to hide/retrieve text or an image in an image. Once data is hidden in an image, one can't tell the morphed image from a bunch of others (even similar looking). Open any image and run Filters>Steganography>Hide to specify an input text file or image[lossless]. This will hide the data within the opened image. You can then save the image as a png/bmp/lossless format. To retrieve the hidden data, open the image within hidden data. run Filters>Steganography>Unhide and...
interleave-layers
31 Jan 2012 2:22am GMT Interleaves two stacks of layers, with a specified mode and opacity for one of the stacks, that can also be directly merged into the other one. This is meant to make blending two animations as painless as possible. The doc: http://gimp-tools.sourceforge.net/tools.shtml The script: http://sourceforge.net/projects/gimp-tools/files/scripts/ T.T.T.P.P.P.
path-mirror: creating symmetrical paths
29 Jan 2012 2:48pm GMT A script to mirror a path along a vertical or horizontal axis, to make it easier to create perfectly symmetrical paths. When stroke has a start or end point on the axis, the stroke and its mirror are merged into one single stroke. When both start and end points are on the axis, the resulting stroke is properly "closed". Doc: http://gimp-path-tools.sourceforge.net/tools.shtml Download: http://sourceforge.net/projects/gimp-path-tools/files/scripts/
Golden spiral
25 Jan 2012 8:03pm GMT Creates a golden spiral path inside the selection bounds. Mostly useful as a poor man's Golden Spiral guide to crop pictures. Download: http://sourceforge.net/projects/gimp-path-tools/files/scripts/ Doc: http://gimp-path-tools.sourceforge.net/tools.shtml
Plug-in: ArrowsCreator-0.1-en.py
24 Jan 2012 9:57pm GMT Another thin arrow GIMP Python plug-in called 'ArrowsCreator-0.1'. It's characteristics are: -produces many different types of straight arrows -produces one type of 'path' arrow -facilitates combination of multiple arrows -interactive with GIMP -developed on GIMP 2.6 (work on 2.7 except not full gradient in shaft yet). ATTENTION: don't change 'GIMP history' or layer during execution of the plug-in, usually causes a crash but 'Ctrl+z' seems OK up to a point. Also on my computer begin to...