Python-Fu

Measure Active Path

Returns the length of the active path in pixels via gimp_message. A message will appear in the status bar, unless the Error Console is opne - in that case the message will be directed to the Console.

Filters->Measure->Active Path

Tested with 2.6.6 on Ubuntu 8.10 and Win XP.

NDS Texture exporter

This is a plugin to export image in raw format that can be used for textures on the Nintendo DS (for DevkitPro).

The plugin add some new "save as" target for each format supported:
* NDS A3I5 (palletted, 8bit: 3bit alpha and 5bit index)
* NDS A5I3 (palletted, 8bit: 5bit alpha and 3bit index)
* NDS RGB16 (palletted, 4bit index - 16 colors)
* NDS RGB256 (palletted, 8bit index - 256 colors)
* NDS RGB (raw 15bit)
* NDS RGBA (raw 15bit + 1bit alpha)

More info :
http://www.weirdfox.com/?id=18

Syndicate content