You are here

Python-Fu

Export layers (repeatable)

Export all (or only visible) layers as individual image files.
V.0.1 (20120513) - based on the plugin "Export Layers" version 0.5 by Chris Mohler.

Difference:

  • You can perform a task repeatedly, because the dialogue does not close after export finishing
  • You can choose either PNG or JPG file type (other types could be easily added)
  • You can merge the selected layers before exporting
  • You do not need to worry about the file name, because the script can automatically add a number to the filename

GAT Tools (handling multiple guides)

English

GAT stands for GIMP-Atelier. We are present a set of tools to handle guides.

With this package you could create multiple guides in one step, could use predefined guide sets e.g. Golden Ratio or Third Rule, save to and load from File your own sets.

Animation tools

Hi,

I made a plug-in in python that will give you some animation tools. It are just some simple script I made. Perhaps if people like it, I can make more.

The tools will be put in a main menu called "Anitools". Currently it contains three scripts:
- Add alpha to all layers
- Export all layers as PNG
- Rename all layers

Examples:


(Images copyright/taken from SNES Donkey Kong Country)

Color Vision Deficiency

Simulates different types of color vision deficiency (color blindness) with differing levels of severity.
In addition to the functionality of the display filter "Color Vision Deficiency", this plug-in also simulates color weakness, not just complete color blindness and allows to save the resulting image.

  • Protanomaly (red weak)
  • Deuteranomaly (green weak)
  • Tritanomaly (blue weak)

At a severity level of 1.0, it simulates dichromacy, i.e. the complete absence of the relevant color receptor:

  • Protanopia (red blind)
  • Deuteranopia (green blind)

Batch watermarking and resizing

This plug-in is designed for batch watermarking and resizing of image files. It lets you choose the directory which contains the images, the file extension, the font, the copyright text and the options associated with the processing. Useful for photographers who upload a lot of photos on the web and don't want to watermark every single file individually. The resulting images contain between one and four instances of the copyright text (selectable as an option).

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)

Subscribe to RSS - Python-Fu