PDS/EDR format is the image format used by NASA Planetary Data System and by ESA Planetary Science Archives. PDS images from various space missions are available at http://pds-imaging.jpl.nasa.gov/ and http://www.rssd.esa.int/index.php?project=PSA
With the PDS plug-in you can load images from these missions and others:
RAWTex is a save plugin for GIMP 2.2.x, 2.3.x & 2.4.x allowing to create raw textures for the PC, PSP, NDS, PS2 or any other architecture handling chunky or compressed dxtc formats.
It can save raw RGBA (5650, 5551, 4444 or 8888) & indexed (T4, T8) textures (with 5650, 5551, 4444 or 8888 palette modes support) as well as DXTC (DXT1, DXT3, DXT5) compresssed ones, it supports the PSP textures swizzle mode and can generate mipmaps, it also have a color key feature to handle transparency and can convert grayscale pictures into alpha channel only textures.
This is an attempt at exposing GIMP funtionality as an XMLRPC web service.
This is not finished. It can probably not be finished that way it has been startedt. It will require a lot more code. Actually, putting GEGL behind such a thing makes much more sense.
Have a look at Xtns/Python to find the menu entry which does start the server.
But it does work, in an extremely limited way. You can e.g. change the current foreground and background colors... Have a look at the gimprpctest.py script for this. read more »
This is a simple Unit-test-look-alike approach to test the functions available in Script-Fu. Currently, only the gimp-brush-* stuff is done (or at least each function is called at least once).
Everything is based on bunny-test, a framework available from http://community.schemewiki.org/?bunny-test and simple enough to be used with TinyScheme (more complete stuff relies on syntax not available in this implementation).
One bug has been identified this way already, gimp-brush-rename took an empty string for the new name.
This is a minimal Python-Fu script. It does absolutely nothing besides registering itself in the menu.
The motivation for it was to show whether pass is a valid body for a script function. It is.
Transmogrifes something into something else. Now supports superfluosity reversal.