Latest News
A new beta version of the Graphics Muse Tools has been released. Beta2 is a complete port to GIMP 2.2.3 and GTK+ 2.6, including ports of all deprecated features. See the download page to get a copy of the source code.
This project consists of three parts: a set of C and Perl plugins, a set of brushes, and a set of patterns. The package is availabe in source code format only at this time. You'll need a Linux or Unix system to compile the C source and the GIMP Perl package to use the Perl plugins.
The plugins
There are 6 plugins that use the C API and 4 that use the Perl interface.
| Plugin Name | Description | API |
|---|---|---|
| GFXArrows | Draws arrows of varying shapes | C |
| GFXCards | Design greeting or business cards. | C |
| GFXTrans | Easily rotate repeat layers one or more times to create animations. | C |
| GFXLayers | Interactive layer alignment | C |
| GFXMerge | Export or import one or more layers. | C |
| GFXShapes | Draw a variety of shapes | C |
| GFXDodge.pl | Fix overexposure problems in a photo. | Perl |
| GFXLayerSave.pl | Save layers to separate images. | Perl |
| GFXOffsets.pl | Save layer offset information to a formatted file. | Perl |
| GFXGallery.pl | Generate thumbnails (color and grayscale) from a directory of JPEG, GIF and PNG files. | Perl |

