If you'd like to upload plug-ins, please create an account below. Otherwise (e.g. for download or commenting) you do not need one! Enjoy :-)
This script creates a series of V-Guides in the image at the user defined spacing. The user also specifies if the guides should start from the left, center, or right side of the image.
This script creates a series of H-Guides in the image at the user specified spacing. The user also indicates if the guides should start at the top, center, or bottom of the image.
A simple script that creates guides to border the canvas. The user is prompted for separate X and Y offsets.
A simple script that creates a horizontal and a vertical guide at the center of the image. The script is found under "Image | Guides".
A couple of Python-Fu filters for making images look like they have been PAL encoded or retrieved from a VHS tape. The plug-ins will scale any image they are fed to 720 x 576 - this is because that's the size PAL images are.
PAL images have non-square pixels - if you want to correct the aspect ratio afterwards you can scale them to 788 x 576.
Palettes Menu -> Palette to Image
Take the active (selected) palette and create an image containing the colors and their names. Requires python.
Options:
- Font: pick the font for the name listing
- Size: size of each color
Tested with 2.6 and linux, but should work cross-platform.
TODO: it's hardcoded to a minimum of 200px wide - I should change that to something more reasonable. Some nice additions would be bg and text color selectors, and possibly some layout options (spacing, columns, etc.)
Have fun ;)
File->Export Layers->
Prompts for a folder to save PNG files. Pretty straightforward.
Tested in 2.6.1 on linux and 2.6.6 on XP.
GAP is the Gimp Animation Packadge
This version has been updated to work with GIMP v2.6 and includes the latest stable release of FFMPEG (used for video encoding/decoding). read more »
Script to randomly mix cells of a selection. The bounding box of the current selection will be used automatically to eliminate non-rectangular and feathered selection. After specifying the count of columns and rows in the selected region the width and height of the selection will be reduced if necessary (thus ensured the divisibility of the selection). The script will then shuffle the cells inside the selection and return the mixed image on a new layer or in place of the original layer.