gluas is a GIMP plug-in for prototyping image processing algorithms using the Lua programming language. It features a built in text editor, and the ability to preview the effect the algorithm will have directly on the image.
| Tags | Software Development Interpreters |
|---|---|
| Licenses | GPL |
| Operating Systems | OS Independent |
| Implementation | Lua |
Recent releases


Release Notes: GtkSourceView and GtkTextView now scroll to a line that is causing errors. The animation creation capabilities were fixed and exposed. lua's table library was added.


Release Notes: Previous releases were not clearing the drawable on repeated previews. The global variables bound_x0, bound_y0, bound_x1, and bound_y1 have been added, and are useful for bounding to the active selection to reduce processing.


Release Notes: This release features a large speed up in pixel fetching. ESC doesn't close the dialog anymore (for the benefit of vi users).


Release Notes: An alpha channel is added to animation frames if not present. Parameters are properly registered with the PDB. The GNU coding style is enforced on the entire source tree.


Release Notes: Shortcuts for the toolbar buttons were added. The maximum script size was increased to 64k. An experimental feature to generate animations was added.